JsonProvider
Typed representation of a JSON document.
Static parameters
Static parameters | Description |
Sample
Signature: string
|
Location of a JSON sample file or a string containing a sample JSON document.
|
SampleIsList
Signature: bool (optional, default = false)
|
If true, sample should be a list of individual samples for the inference.
|
RootName
Signature: string (optional, default = "Root")
|
The name to be used to the root type. Defaults to Root .
|
Culture
Signature: string (optional, default = "")
|
The culture used for parsing numbers and dates.
|
ResolutionFolder
Signature: string (optional, default = "")
|
A directory that is used when resolving relative file references (at design time and in hosted execution).
|