Convert between YAML and JSON formats with ease
JSON will appear here...YAML (YAML Ain't Markup Language) is a human-readable data serialization format. It's designed to be easily readable and writeable by humans, with significant whitespace and minimal punctuation.
JSON (JavaScript Object Notation) is a lightweight data interchange format. It's easy for machines to parse and generate, using a syntax similar to JavaScript object literals.