jazzband / jazzband/jsonmodels
this tool can't handle json with nested []
Open
- Dominant language
- Python
- Stars
- 343
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
e.g. message is a list and it's child conflict is list too. The tool can't parse and valid it right.
{
"DataType": "Test",
"message": [{
"vid": 11,
"vendor": "123213",
"conflict": [{
"conflictType": 1,
"roadid": 2,
"Position": {
"longitude": 116.376691,
"latitude": 39.973882,
"altitude": 20.973882
},
"snapshots": 33,
"proprietary": {
"123": "dfgfgf"
},
"confidence": 0.88,
"timestamp": 15000000
}]
}]
}
Contributor guide
Assessment
This issue has not been assessed yet.