asjsonp/test.json

28 lines
577 B
JSON
Raw Permalink Normal View History

2024-03-15 12:02:03 +00:00
{
"object": {
"ubuntu": 16.04,
"gcc": "10",
"metadata": null,
"another-object": {
"oriented": "programming"
},
"a": "a",
"array": [
"sparkle",
"hanabi",
{
"chipi": "chapa"
},
[[[[[[[[[["among us"]]]]]]]]]]
]
},
"cc": "gcc",
"glxgears": 123,
"chai": "bon",
"sparkle-sex": true,
"nan": NaN,
"-infinity": -Infinity,
"infinity": Infinity,
"e_number": 123e-123
}