terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.85k stars 250 forks source link

JSON Output Support #200

Closed hgn closed 4 years ago

hgn commented 6 years ago

Great tool! To be more useful JSON output beside XML/CSV may pitch the use of Lizard. Parsing csv fine, but json.loads(str) is more natural.

terryyin commented 6 years ago

Yes, let me do it.

On 20 Nov 2017, at 2:22 AM, Hagen Paul Pfeifer notifications@github.com wrote:

Great tool! To be more useful JSON output beside XML/CSV may pitch the use of Lizard. Parsing csv fine, but json.loads(str) is more natural.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/terryyin/lizard/issues/200, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwJYjOINlUIv5l9zXkBrka8Dimk4CpSks5s4HHagaJpZM4Qjeqd.

mosesliao commented 6 years ago

what is the use case of using json? so far for sonar xml is fine

terryyin commented 6 years ago

Eh, guess that's why I still haven't done it.

0xbeekeeper commented 4 years ago

cry...why not support json?

itavero commented 3 years ago

The GitLab Code Quality feature supports the Code Climate JSON format out of the box. See this section in their documentation on adding a "custom" tool for the Code Quality feature. It would be very nice if Lizard could produce such a format out of the box, so I don't have to write an additional conversion script.