My problem statement is that i want a call graph of a code in JSON format.
i went through through different packages of python like coverage , pycallgraph ,callgraph ,unittest but none of them were giving output as JSON. pycallgraph was close to my problem statement but not providing output as JSON.
Any good tools to do that (free tools) or any change in above module source to get JSON as output?
I have seen a statement on pycallgraph docs, it says it can generate json outputs.
please take a look at it here.