-
Notifications
You must be signed in to change notification settings - Fork 412
Open
Description
Describe the enhancement
Change all the example_crates output format to be JSON.
Use case
Easier output information extraction through jq tool, for better integration with shell script or other external cli tools.
Additional context
I have been using heavily the example_crates to test some workflows, mainly written as shell scripts or similar.
The problem is I find more intuitive to extract information from JSON using jq than use regex to extract the same information from strings.
There are any concerns about changing all the example_crates output format to be in JSON?
Is this change behind the scope of the example_crates or it is a legit enhancement?
May this break the development workflow of anyone testing things with example_crates too?