Skip to main content

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.

  1. Export from Postman as .json.
  2. Convert with converter.
  3. Open the generated YAML in Relampo Editor or in your preferred IDE.
  4. Run it locally or in distributed mode.