ax3l / lines-are-beautiful

C++ File API for the reMarkable tablet
GNU General Public License v3.0
99 stars 9 forks source link

Meta-Data Read & Write #19

Open ax3l opened 5 years ago

ax3l commented 5 years ago

Read and write the JSON meta data and store it in our objects.

Per notebook:

Per page (missing in example):

{
    "layers": [
        {
            "name": "Layer 1"
        }
    ]
}

(also sometimes an empty string: "name": "")

We will use nlohmann/json as in-code dependency.