1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00
Files
json/examples
2025-05-22 06:02:49 +00:00
..
2025-05-22 06:02:49 +00:00
2025-05-22 06:02:49 +00:00
2024-12-18 21:56:22 +00:00
2024-12-18 21:56:22 +00:00
2024-12-29 16:08:49 +00:00
2025-04-11 08:42:13 +00:00
2025-01-17 05:54:35 +00:00
2025-01-17 05:54:35 +00:00
2025-05-22 06:02:49 +00:00
2025-05-22 06:02:49 +00:00
2025-01-26 17:41:56 +00:00
2025-01-26 17:41:56 +00:00

{
    "answer": {
        "everything": 42
    },
    "happy": true,
    "list": [
        1,
        0,
        2
    ],
    "name": "Niels",
    "new": {
        "key": {
            "value": [
                "another",
                "list"
            ]
        }
    },
    "nothing": null,
    "object": {
        "currency": "USD",
        "value": 42.99
    },
    "pi": 3.141,
    "size": 8
}