json_tables 0.0.4

A structure that eases operations with a local json storage of undetermined items
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "int": 3,
  "float": 0.0,
  "array": [
    0,
    0,
    0,
    0
  ],
  "tuple": [
    0,
    0.0
  ],
  "string": "",
  "vector": []
}