Good "pythonic" approach to vizualize data stored in json?

hey all,

I am trying to create some visualization for some of the output of miss_hit (a python based static code analyzer + linter for matlab and octave).

It dumps the different metrics of each function / method in large json files (see this example). Before I go ahead and try writing something to convert those into pandas dataframes, does anyone have good suggestions have to better go about this (in terms of packages or any other advice] ?

Thanks

Rémi

1 Like