Appliscale / xprof

A visual tracer and profiler for Erlang and Elixir.
Other
278 stars 33 forks source link

JSON Library Replacement #20

Closed afronski closed 7 years ago

afronski commented 7 years ago

Currently using jiffy in Elixir projects requires small hack: https://github.com/functional-miners/workshop-production-debugging-ex/blob/master/mix.exs#L44, because new version is not pushed to the hex.pm yet.

However we can use different (e.g. purely Erlang) lib for that purpose and avoid NIFs.

ppikula commented 7 years ago

What do you think about this one https://github.com/sile/jsone ?