Test URLs for JSON Formatter

Click the links below to test different scenarios:

Test Cases:

URL Format:

index.html?inputJson=[URL_ENCODED_JSON]&actionType=[minify|beautify|format|validate]

Sample JSON for testing:

{"name":"John","age":30,"city":"New York","hobbies":["reading","coding"]}

URL encoded: %7B%22name%22%3A%22John%22%2C%22age%22%3A30%2C%22city%22%3A%22New%20York%22%2C%22hobbies%22%3A%5B%22reading%22%2C%22coding%22%5D%7D