abandoning branch for now, work is in intermediate state
This commit is contained in:
parent
bff9a38d39
commit
1617c878f5
46 changed files with 2040 additions and 97 deletions
|
@ -1,3 +1,15 @@
|
|||
[start_array, start_array, {float, "2.0e7"}, end_array, {float, "2.0e7"}, start_object, {key, "key"}, {float, "2.0e7"}, {key, "another key"}, {float, "2.0e7"}, end_object, {float, "4.2e70"}, end_array, end_json].
|
||||
|
||||
[{comments, true}].
|
||||
{name, "exp"}.
|
||||
{jsx, [start_array,start_array,
|
||||
{float,"2.0e7"},
|
||||
end_array,
|
||||
{float,"2.0e7"},
|
||||
start_object,
|
||||
{key,"key"},
|
||||
{float,"2.0e7"},
|
||||
{key,"another key"},
|
||||
{float,"2.0e7"},
|
||||
end_object,
|
||||
{float,"4.2e70"},
|
||||
end_array,end_json]}.
|
||||
{json, "exp.json"}.
|
||||
{jsx_flags, [{comments,true}]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue