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

15 lines
129 B
JSON
Raw Normal View History

2025-02-14 19:21:04 +01:00
{
"my_dict": [
{
"three": 3,
"two": 2
},
{
"four": {
"val": 4
}
},
1
]
}