1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "version": 3, "root": [ { "kind": "stack", "axis": "column", "spacing": 16.0, "style": { "flexDirection": "column" }, "children": [ { "kind": "text", "content": "Hello Ada" } ] } ] }