1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-25 05:03:04 +04:00
Files
json/docs/mkdocs/docs/examples
Niels Lohmann 34e46d76da 🔖 set version to 3.12.0
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
2025-04-07 21:32:58 +02:00
..
2025-04-07 21:32:58 +02:00
2025-04-07 21:32:58 +02: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
}