new api: strings and keys returned as binaries, integers as integers, floats as floats, tuple format changed from {event, ..., ...} to {jsx, ..., ...}, tests updated
This commit is contained in:
parent
66f5e0b48a
commit
68d78c8e25
26 changed files with 379 additions and 420 deletions
|
@ -1,4 +1,3 @@
|
|||
{name, "encoded_surrogates"}.
|
||||
{jsx, [start_array,{string,[66560]},end_array,end_json]}.
|
||||
{jsx, [start_array,{string,<<66560/utf8>>},end_array,end_json]}.
|
||||
{json, "encoded_surrogates.json"}.
|
||||
{jsx_flags, [{escaped_unicode,codepoint}]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue