bolt/deps/llvm-18.1.8/lldb/unittests/Utility/Inputs/StructuredData-full.json
2025-02-14 19:21:04 +01:00

15 lines
181 B
JSON

{
"Array": [
3.14,
{
"key": "val"
}
],
"Dictionary": {
"FalseBool": false
},
"Integer": 1,
"Null": null,
"String": "value",
"TrueBool": true
}