Add detected libraries to the JSON output results
See original GitHub issueIs your feature request related to a problem? Please describe.
PR #21 added support for printing out detected JS libraries and their versions but they are provided if a JSON output is being used --json
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Working With JSON Data in Python
In this tutorial you'll learn how to read and write JSON-encoded data using Python. You'll see hands-on examples of working with Python's built-in...
Read more >json — JSON encoder and decoder — Python 3.11.1 ...
json exposes an API familiar to users of the standard library marshal and pickle modules. Encoding basic Python object hierarchies: >>> >>> import...
Read more >Possible to return Json data from C# class library
The web project is created using MVC but the heavy lifting is done in class libraries in separate projects. I am returning a...
Read more >Working With JSON Data in Python - GeeksforGeeks
To handle the data flow in a file, the JSON library in Python uses dump() function to convert the Python objects into their...
Read more >How To Work with JSON in JavaScript - DigitalOcean
This tutorial provides an introduction to working with JSON in JavaScript. Some general use cases of JSON include: storing data, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep, I agree. Make that change in the structure with your PR and we will mark it as a breaking change when I merge it to master.
Interested. Does this JSON structure look fine to you?