security

JSON ↔ YAML

Convert JSON to YAML and YAML to JSON with PyYAML safe_load/dump.

How to use

  1. Paste JSON or YAML.
  2. Choose direction.
  3. Copy the result.

FAQ

Safe?

Uses yaml.safe_load — no arbitrary Python objects.