langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
14
Task/JSON/REBOL/json.rebol
Normal file
14
Task/JSON/REBOL/json.rebol
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
json-str: {{"menu": {
|
||||
"id": "file",
|
||||
"string": "File:",
|
||||
"number": -3,
|
||||
"boolean": true,
|
||||
"boolean2": false,
|
||||
"null": null,
|
||||
"array": [1, 0.13, null, true, false, "\t\r\n"],
|
||||
"empty-string": ""
|
||||
}
|
||||
}}
|
||||
|
||||
res: json-to-rebol json-str
|
||||
js: rebol-to-json res
|
||||
Loading…
Add table
Add a link
Reference in a new issue