Does it support multidimensional format in json?
Open
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
for example:
myCars = [
{
"car": "Audi",
"data":
{
"type": "A4",
"price": 400000,
"color": "blue"
},
{
"type": "A6",
"price": 600000,
"color": "black"
}
}, {
"car": "BMW",
"price": 35000,
"color": "black"
}, {
"car": "Porsche",
"price": 60000,
"color": "green"
}
];
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.