Introduction
Provides JSON serialization and deserialization
Methods#
| Name | Description |
|---|---|
| FromJSON | Converts a JSON string to a typed object |
| FromJSONOverwrite | Overwrites object data with values from a JSON string |
| ToJSON | Converts an object to a JSON string |