Appliscale / xprof

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

Use maps as json object to be encoded #221

Closed gomoripeti closed 1 year ago

gomoripeti commented 1 year ago

Motivation: xprof_gui_rest used the {[...]} notation to represent json objects which is supported by jsone and jiffy, but not jsx. Map represenation should be supported by all json libs.