- Joined
- Feb 6, 2018
- Messages
- 11,200
- Reaction score
- 7,012
"priority": 2,}'"
Remove the trailing comma. JSON doesn't have a trailing coma.
Ex.:
Remove the trailing comma. JSON doesn't have a trailing coma.
Ex.:
JSON:
{
"name": "Test",
"email": "[email protected]"
}