Description 描述
Utility functions for working with JSON data.
Static Methods 静态方法
| FromJson | Create an object from its JSON representation. | ||
| FromJsonOverwrite | Overwrite data in an object by reading from its JSON representation. | ||
| ToJson | Generate a JSON representation of the public fields of an object. |