YAML To JSON Converter

Converting YAML to JSON

YAML stands for YAML Ain't Markup Language and is a markup format for the serialization of the objects. The most significant advantage between YAML and the other type of markup languages (XML and JSON) is the markup's human readability. This is used mostly for storing configurations of different applications but can also be used for transferring objects.

The converter will transform your YAML text into a valid JSON object. This process is done by taking each element of the YAML's file and translate him into valid JSON property.