2019-10-26 21:04:34 -04:00
|
|
|
{ a: 123, b: [ 1, 2, 3 ], c: null }
|
|
|
|
123
|
2020-03-24 00:57:05 -04:00
|
|
|
{
|
|
|
|
$var: { a: 123, b: [ 1, 2, 3 ], c: null },
|
|
|
|
with space: "invalid variable name",
|
|
|
|
function: "reserved word"
|
|
|
|
}
|
2019-10-26 21:04:34 -04:00
|
|
|
invalid variable name
|
|
|
|
just a string
|