Common JSON Errors
- Trailing commas — JSON does not allow commas after the last item
- Single quotes — JSON requires double quotes for strings and keys
- Unquoted keys — All object keys must be in double quotes
- Comments — Standard JSON does not support // or /* */ comments