Source
Lines: 0Characters: 0
Editable
Target
Invalid JSON
Please enter valid JSON to view the tree
Nodes: 0Lines: 0
Tree View
Format Examples
JSON
{
"products": [
{
"id": 1,
"name": "Laptop",
"price": 3999.90
},
{
"id": 2,
"name": "Mouse",
"price": 149.90
}
]
}TOON
products[2](id,name,price):
1,Laptop,3999.90
2,Mouse,149.90VSC
1,Laptop,3999.90
2,Mouse,149.90