bolt/deps/llvm-18.1.8/lldb/unittests/Utility/Inputs/StructuredData-full.json

16 lines
181 B
JSON
Raw Normal View History

2025-02-14 19:21:04 +01:00
{
"Array": [
3.14,
{
"key": "val"
}
],
"Dictionary": {
"FalseBool": false
},
"Integer": 1,
"Null": null,
"String": "value",
"TrueBool": true
}