Aspose::Cells::Utility::JsonUtility class

JsonUtility class

Represents the utility class of processing json.

class JsonUtility

Methods

MethodDescription
static ExportRangeToJson(const Range& range, const JsonSaveOptions& options)Exporting the range to json file.
static ImportData(const U16String& json, const Cells& cells, int32_t row, int32_t column, const JsonLayoutOptions& option)Import the json string.
static ImportData(const char16_t* json, const Cells& cells, int32_t row, int32_t column, const JsonLayoutOptions& option)Import the json string.
IsNull() constChecks whether the implementation object is nullptr.
JsonUtility()Default constructor.
JsonUtility(JsonUtility_Impl* impl)Constructs from an implementation object.
JsonUtility(const JsonUtility& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const JsonUtility& src)operator=
~JsonUtility()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also