JsonUtility Class

JsonUtility class

Represents the utility class of processing json.


type JsonUtility struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewJsonUtilityDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
JsonUtility_ImportDataImport the json string.
JsonUtility_ExportRangeToJsonExporting the range to json file.