figcon 0.2.2

A small stupid-simple synchronous serde_json config manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Dynamic String Key": 1234,
  "Static String Key": "Static Value Type",
  "Subtree One": {
    "child": {
      "Child's Subtree": {
        "Subchild's parameter": "hello world!"
      },
      "Child's parameter": 1234
    }
  }
}