formatting a small object
- JSON
- {"region":"IN","rates":[5,20,30],"verified":false}
- Mode
- Pretty print
- Indent spaces
- 2
Result{ "region": "IN", "rates": [ 5, 20, 30 ], "verified": false }
Three keys, one array; the array elements sit at depth three
Open this example