Properties to YAML

How to use Properties to YAML?

  1. Enter or paste your Properties string in the left panel.
  2. Click the "Properties to YAML" button to convert your Properties into YAML 
  3. Copy the text on the right side containing YAML content.

What is a YAML file?

YAML is a human-readable data serialization language, commonly used for writing configuration files. Depending on the context, YAML may represent another markup language, or YAML is not a markup language (recursive acronym); it emphasizes that YAML is used for data, not documents.
YAML is a streamlined programming language because it is designed to be easy to read and understand. It can also be integrated with other programming languages. Due to its flexibility and accessibility, YAML is used by Ansible® to create automation workflows in the form of Ansible Playbooks.

What is a Properties file?

.properties is a file extension primarily used in Java-related technologies to store application configuration parameters. They can also be used to store internationalization and localization strings; these are known as property resource bundles.