Generate `.json` output from the `.yaml` files
See original GitHub issueCurrently to understand the prjxray database you need to be able to parse both .json and .yaml file formats.
yaml has a canonical format way to be transformed into json – so we should provide “jsonfied” version of the yaml files side-by-side with the yaml files.
This also makes it easier to use the data directly from javascript.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to easily create a JSON file from a YAML file
How to easily create a JSON file from a YAML file.
Read more >Transform YAML into JSON - Online YAML Tools
Free, quick and easy online utility that converts YAML to JSON in your browser. There are no ads or downloads. Simply enter YAML...
Read more >How to Convert YAML to JSON [Python, PowerShell, Go]
Using Python to Convert YAML to JSON · 1. Open your code editor and create a new file called convert-os.py in your working...
Read more >Working with JSON - yq - GitBook
Supports multiple JSON documents in a single file (e.g. NDJSON). Note that YAML ... JSON is a subset of yaml, so all you...
Read more >Convert YAML to JSON - Convertjson.com
Use this online tool to convert YAML into JSON. Enter your data below and Press the Convert button. The output will display below...
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 Free
Top 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

If this is something we care about, wouldn’t we be better off standardizing on json? What is the main advantage of yaml over json?
This now happens.