JSON Formatter
Paste messy JSON, get it formatted and validated. Tells you exactly where it breaks.
Runs in your browser — nothing is uploadedYour JSON
Valid JSON· 8 keys
{
"name": "WebPrims",
"city": "Amritsar",
"courses": [
{
"title": "Python",
"weeks": 16
},
{
"title": "Full Stack",
"weeks": 20
}
],
"online": true
}Want to understand what this is doing?
We work with JSON and REST APIs throughout Module 3. We teach it on the Python Programming course in Amritsar, in person or online.