Converts YAML to JSON directly in your browser. No data is sent to the server.
Converts YAML to JSON directly in your browser â no data sent to the server. Supports a subset of YAML 1.2 that covers the vast majority of real-world config files.
-);true/false/yes/no), null;| literal, > folded);[a, b] and objects {k: v}.Not supported: anchors and aliases (&anchor, *alias), tags (!!str), multi-document files, inline comments after values.
Yes, the tool fully supports complex configuration structures. If your YAML file contains deeply nested objects or arrays for describing settings, the converter will correctly process them and convert them to JSON format. This is especially useful for projects where configuration has many levels of nesting (for example, Kubernetes or Ansible manifests).
In this case, the tool will try to automatically convert them to the closest standard types in JSON (for example, date strings, special values or custom tags). If the conversion is not possible, you will receive a notification with a description of the problem in the YAML structure. For correct operation, it is recommended to use standard YAML data types.
Yes, it does. The tool allows you to select multiple YAML files at once and convert them in one go. If the files are not related to each other, each will be processed independently and saved separately. For batch processing, you can use the multi-file selection mode, drag and drop, or API for automated integration into your workflow. For large volumes, we recommend checking the result on a test sample first.