Class JsonUtility

JsonUtility class

Represents the utility class of processing json.

public class JsonUtility

Constructors

NameDescription
JsonUtility()The default constructor.

Methods

NameDescription
static ExportRangeToJson(Range, ExportRangeToJsonOptions)(Obsolete.) Exporting the range to json file.
static ExportRangeToJson(Range, JsonSaveOptions)Exporting the range to json file.
static ImportData(string, Cells, int, int, JsonLayoutOptions)Import the json string.

See Also