repo: init
This commit is contained in:
27
test.json
Executable file
27
test.json
Executable file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user