sile / jsone

Erlang JSON library
MIT License
291 stars 72 forks source link

Support json terminals #11

Closed pichi closed 8 years ago

pichi commented 8 years ago

Sometimes we obtain already JSON encoded data from external system as DB and we would like to insert value as is. Patch allows include JSON encoded data using {json, IOLIst} or {json_utf8, CharData}.

sile commented 8 years ago

It is a useful patch. Thanks!