waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

test.json (142B)


      1 {
      2   "array": [1, 2, "abc", 4.8, null],
      3   "dict": {
      4     "integer": 1,
      5     "float": 4.8,
      6     "string": "Hello, world!"
      7   },
      8   "boolean": true
      9 }