Fixing broken JSON - removing trailing comma
Change-Id: I921e95477ba66c676f523309fbb9019a5fa13734
This commit is contained in:
parent
fedbd81357
commit
4499cce3a7
@ -1,26 +1,26 @@
|
||||
{
|
||||
"parent": {
|
||||
"name": "parent",
|
||||
"api_url": "http://api.example.com:8774",
|
||||
"transport_url": "rabbit://rabbit.example.com",
|
||||
"weight_offset": 0.0,
|
||||
"weight_scale": 1.0,
|
||||
"is_parent": true,
|
||||
"parent":{
|
||||
"name":"parent",
|
||||
"api_url":"http://api.example.com:8774",
|
||||
"transport_url":"rabbit://rabbit.example.com",
|
||||
"weight_offset":0.0,
|
||||
"weight_scale":1.0,
|
||||
"is_parent":true
|
||||
},
|
||||
"cell1": {
|
||||
"name": "cell1",
|
||||
"api_url": "http://api.example.com:8774",
|
||||
"transport_url": "rabbit://rabbit1.example.com",
|
||||
"weight_offset": 0.0,
|
||||
"weight_scale": 1.0,
|
||||
"is_parent": false,
|
||||
"cell1":{
|
||||
"name":"cell1",
|
||||
"api_url":"http://api.example.com:8774",
|
||||
"transport_url":"rabbit://rabbit1.example.com",
|
||||
"weight_offset":0.0,
|
||||
"weight_scale":1.0,
|
||||
"is_parent":false
|
||||
},
|
||||
"cell2": {
|
||||
"name": "cell2",
|
||||
"api_url": "http://api.example.com:8774",
|
||||
"transport_url": "rabbit://rabbit2.example.com",
|
||||
"weight_offset": 0.0,
|
||||
"weight_scale": 1.0,
|
||||
"is_parent": false,
|
||||
"cell2":{
|
||||
"name":"cell2",
|
||||
"api_url":"http://api.example.com:8774",
|
||||
"transport_url":"rabbit://rabbit2.example.com",
|
||||
"weight_offset":0.0,
|
||||
"weight_scale":1.0,
|
||||
"is_parent":false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user