thoas icon indicating copy to clipboard operation
thoas copied to clipboard

A blazing fast JSON parser and generator in pure Erlang.

Results 5 thoas issues
Sort by recently updated
recently updated
newest added

For example `#{0 => 0}` throws no function clause matching. This PR fixes this by escaping the key. ```console 1> thoas:encode(#{0 => 0}). ``` Maybe the output result should be...

Mostly based the generators on the typespecs in `thoas` module. Some of it borrowed from my old gist https://gist.github.com/seriyps/ffe0f5f5ba270fc4dd395208718e84d3 It fails on some input, CI would fail because of that:...

https://github.com/michalmuskala/jason/issues/134

Thoas used to be as fast as Jason, but it seems that is no longer the case. It's unclear when this changed so investigate previous releases to see how they...