vexy-json 1.5.13

A forgiving JSON parser that accepts non-standard JSON formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "user": {
        "name": "John Doe",
        "email": "john@example.com",
        "metadata": {
            "created": "2023-01-01",
            "lastLogin": "2023-12-01",
            "preferences": {
                "theme": "dark",
                "notifications": true
            }
        }
    }
}