[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / Utility / Inputs / StructuredData-nested.json
blobfacf461bb6c1f1dd136f77ba767c361e3ba7d7be
2   "my_dict": [
3     {
4       "three": 3,
5       "two": 2
6     },
7     {
8       "four": {
9         "val": 4
10       }
11     },
12     1
13   ]