JSONDeserialize
Converts a JSON (JavaScript Object Notation) string data representation into data, such as a structure or array.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The JSON string to convert to data. | |
|
|
| A Boolean value that specifies whether to convert the JSON strictly. If true, everything becomes structures. |
|
|
|
| A string that specifies the name of a custom serializer to use. (Not used) |
Examples
Related
Last updated