Format, validate, and beautify JSON data
{"name": "John",}
{'name': 'John'}
{name: "John"}
"text"
123
true
null
{"key": "value"}
["item1", "item2"]