JSON Format
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It's easy for humans to read and write, and easy for machines to parse and generate.
Common JSON Errors
- Missing or extra commas
- Using single quotes instead of double quotes
- Trailing commas in objects or arrays
- Unquoted keys
- Invalid escape sequences