Open ax3l opened 5 years ago
Read and write the JSON meta data and store it in our objects.
Per notebook:
UUID.content
UUID.metadata
UUID.pagedata
Per page (missing in example):
UUID/<N>-metadata.json
{ "layers": [ { "name": "Layer 1" } ] }
(also sometimes an empty string: "name": "")
"name": ""
We will use nlohmann/json as in-code dependency.
Read and write the JSON meta data and store it in our objects.
Per notebook:
UUID.content
: orientation, pageCount, ...UUID.metadata
: deleted, lastModified, metadatamodified, modified, pinned, synced, type, version, visibleNameUUID.pagedata
: N lines with name of background (not a JSON)Per page (missing in example):
UUID/<N>-metadata.json
(also sometimes an empty string:
"name": ""
)We will use nlohmann/json as in-code dependency.