1. Transitioned to using latest asn1c compiler
[ric-app/admin.git] / test / test-data / test_sample.json
1 {
2   "test1":[
3       {
4         "test2":{
5           "list":[0, 1, 2],
6            "test3":"target_value"
7         }
8       },
9
10       {
11         "test4":{
12            "test5":"new target"
13          }
14       }
15            
16     ],
17
18    "test2":{
19         "test3":"new_value"
20     }
21 }
22