Added JSON conversion tests and doc generation

This commit is contained in:
Mike Farah
2022-01-21 20:26:19 +11:00
parent e347090571
commit 2526b03d67
6 changed files with 367 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
# JSON
Encode and decode to and from JSON. Note that YAML is a _superset_ of JSON - so `yq` can read any json file without doing anything special.
This means you don't need to 'convert' a JSON file to YAML - however if you want idiomatic YAML styling, then you can use the `-P/--prettyPrint` flag, see examples below.