brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · 4e4945c Raw
16 lines · json
1{2  "Array": [3    3.14,4    {5      "key": "val"6    }7  ],8  "Dictionary": {9    "FalseBool": false10  },11  "Integer": 1,12  "Null": null,13  "String": "value",14  "TrueBool": true15}16