erlang-json-eep-parser icon indicating copy to clipboard operation
erlang-json-eep-parser copied to clipboard

A collection of leex and yecc definitions, along with tests

Results 3 erlang-json-eep-parser issues
Sort by recently updated
recently updated
newest added

i can not solve that leex.. that's i trying create bbcodes-to-html tool, with leex - first step https://gist.github.com/221V/ddc9ba71755676a8c344717b095a6c15 can you help me please? thanks

The json parser had explicit unescaping for unicode characters, which was fine only for characters which fit in UTF8. All of the json passes through erlang:list_to_binary/1, which will error out...

Please provide some way to convert json objects into Erlang maps directly.