parallaxis/node_modules/json/test/conditionals-execvm/expected.stdout

23 lines
206 B
Plaintext
Raw Normal View History

{"age":38}
(empty output)
[{"age":38},{"age":42}]
{
"age": 38
}
{
"age": 42
}
38
42
[{"name":"apple","fruit":"yes"}]
{
"name": "apple",
"fruit": "yes"
}
apple
SyntaxError: Unexpected identifier