Formatting
|
There are several ways to format the JSON data:
- 2 spaces per indent level
- 3 spaces per indent level
- 4 spaces per indent level
- Compact (json in 1 line)
- JavaScript escaped
- Tab delimited
- Java String
- Objective-C NSString
After the JSON data is entered in the input box and a formatting is selected, press the Process button.
The formatted JSON data is shown in the output box below.
|