Exporter to use Json formatted data. More...
Static Public Member Functions | |
static nkMemory::String | exportObjectIntoString (Exportable *toExport) |
static nkMemory::String | exportTreeIntoString (Node *rootNode) |
static ExporterLoadResult | importIntoTree (nkMemory::StringView strVal) |
Exporter to use Json formatted data.
An exporter allowing to :
|
static |
Exports an object implementing the nkExport::Exportable interface into a json string.
toExport | The object to export. |
|
static |
Exports an already available tree into a json string.
rootNode | The tree to export. |
|
static |
Imports a json string into a readable tree.
strVal | The json string to parse. |