|
Essential Kit
|
Adapter interface for supporting json conversion compatible with the plugin.
Public Member Functions | |
| string | ToJson (object obj) |
| Generate a JSON representation of the given object. | |
| object | FromJson (string jsonString) |
| Create an object from specified JSON representation. | |
| string ToJson | ( | object | obj | ) |
| object FromJson | ( | string | jsonString | ) |
| jsonString | Json string. |