vexy-json 1.5.13

A forgiving JSON parser that accepts non-standard JSON formats
Documentation
1
2
3
4
5
6
7
{
  "name": "test",
  "value": 42,
  "missing_comma"
  "another": "value",
  "unclosed": ["array"
}