JsonUtility Class
JsonUtility class
Represents the utility class of processing json.
type JsonUtility struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewJsonUtility | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
JsonUtility_ImportData | Import the json string. |
JsonUtility_ExportRangeToJson | Exporting the range to json file. |