blob: 0ca014a21491ebc626f8b863fd4f690d455866f3 (
plain)
1
2
3
4
5
|
{ a: 123, b: [ 1, 2, 3 ], c: null }
123
{ $var: { a: 123, b: [ 1, 2, 3 ], c: null }, with space: "invalid variable name", function: "reserved word" }
invalid variable name
just a string
|