converter
converter is built to transform API collections into Relampo YAML scripts.
Purpose
Use converter when you need to:
- move existing collections to Relampo without manual rewrite
- generate a first YAML draft quickly
- continue refinement in
editor
What it does today
converter currently supports:
- input
.json: Postman collection - output: Relampo YAML script
- generated YAML preview with syntax highlighting
- built-in YAML syntax validation
- copy/download of the generated
.yml
JMX conversion status
We are actively working on the JMX -> Relampo YAML converter to improve conversion coverage and output quality.
Recommended flow with editor
- Export from Postman as
.json. - Convert with
converter. - Open the generated YAML in Relampo Editor or in your preferred IDE.
- Run it locally or in distributed mode.