mirror of https://github.com/tc39/test262.git
11 lines
135 B
JSON
11 lines
135 B
JSON
|
|
||
|
{
|
||
|
"number": -1234.500e-003,
|
||
|
"boolean": true,
|
||
|
"string": "a string value",
|
||
|
"null": null,
|
||
|
"object": {},
|
||
|
"array": []
|
||
|
}
|
||
|
|