JSON To YAML
JSON uses braces and brackets to mark objects and arrays, with strict comma separators and double-quoted keys. YAML relies on indentation and dashes to express the same hierarchy, drops most quotes, and allows comments. The data model is largely the same, so any JSON document map