forked from extern/nushell
26 lines
678 B
JSON
26 lines
678 B
JSON
{
|
|
"foo1": "This is a string value. # part of the string",
|
|
"foo2": "This is a string value.",
|
|
"bar1": "This is a string value. // part of the string",
|
|
"bar2": "This is a string value.",
|
|
"foobar1": "This is a string value./* part of the string */",
|
|
"foobar2": "This is a string value.",
|
|
"rem1": "# test",
|
|
"rem2": "// test",
|
|
"rem3": "/* test */",
|
|
"num1": 0,
|
|
"num2": 0,
|
|
"num3": 2,
|
|
"true1": true,
|
|
"true2": true,
|
|
"true3": true,
|
|
"false1": false,
|
|
"false2": false,
|
|
"false3": false,
|
|
"null1": null,
|
|
"null2": null,
|
|
"null3": null,
|
|
"str1": "00 # part of the string",
|
|
"str2": "00.0 // part of the string",
|
|
"str3": "02 /* part of the string */"
|
|
} |