question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add detected libraries to the JSON output results

See original GitHub issue

Is 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:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
lirantalcommented, Oct 19, 2019

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.

1reaction
mixthcommented, Oct 19, 2019

Interested. Does this JSON structure look fine to you?

{
  "website": "https://example.com",
  ...
  "libraries": [
    {  "name": "", "version": "" }
  ]
}
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found