Wednesday, May 30, 2018

YAML vs JSON

Containers tools "like" YAML.

YAML vs JSON
"YAML is best suited for configuration where 
JSON is better as a serialization format or serving up data for your APIs."

Convert JSON to YAML

The Official YAML Web Site

YAML - Wikipedia
"YAML (YAML Ain't Markup Language) is a human-readable data serialization language. It is commonly used for configuration files, but could be used in many applications where data is being stored (e.g. debugging output) or transmitted (e.g. document headers)."

"YAML version 1.2 is a superset of JSON; prior versions were "not strictly compatible"."