JSON Editor
This editor is designed for experienced users familiar with the structure of JSON objects.
Was this helpful?
Was this helpful?
"objectName": {}{
"distance": {},
"tariff": {},
"weight": {},
"longestSide": {}
}{
"delivery": {
"distance": {
"car": {},
"ship": {},
"plane": {}
},
"tariff": {}
},
"package": {
"weight": {},
"longestSide": {}
}
}