|
|
|
|
|
by paragraft
4582 days ago
|
|
Its list handling seems broken? tojson(fromjson(x)) !== x. Paste { "name": "John", "age": "29", "foo": [1,2,3] } into the JSON side, and click in the left and move the cursor to force it to update and see what happens (I see it drop the first two list items). |
|
Unlike JSON, in Space order is important and you can have duplicate properties. So in JSON you can't do this:
``` { 'h1' : 'hello world', 'h1' : 'this is a test', } ```
But you can do that in Space.