davisp / jiffy

JSON NIFs for Erlang
Other
869 stars 319 forks source link

add attempt_atom flag #229

Open RoadRunnr opened 1 year ago

RoadRunnr commented 1 year ago

add attempt_atom flag, which is compatible with

jsx:decode(Bin, [{label, attempt_atom}])

this is essentially #114 ported to master with a few small changes.

RoadRunnr commented 1 year ago

Note: I've also been thinking about adding to full variety of the jsx label options. That would result in some more extensive changes. Let me know if you prefer that over this simple change.