Convert JSON to YAML or CSV, parse YAML and CSV back to JSON, and keep structured data processing local.
Move structured data between JSON, YAML, and CSV.
- id: 1 name: JSON Parser status: live - id: 2 name: JWT Decoder status: planned
Outputs readable two-space JSON when converting back from YAML or CSV.
Parse and stringify YAML for config files and documentation.
Convert arrays of objects to CSV and parse CSV headers into JSON objects.
Turn converted output into the new input with one action.
Useful for API examples, test fixtures, seed data, and docs.
All conversion logic runs in your browser.
CSV works best for an object or an array of flat objects. Deeply nested JSON should stay as JSON or YAML.
No. YAML parsing uses a browser-side library.
CSV is text-based, so values parsed from CSV become strings.