yaml_json
Convert YAML to JSON or JSON to YAML with automatic format detection. Specify direction for explicit control.
Instructions
Convert between YAML and JSON. Auto-detects input format or use direction param
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | YAML or JSON string to convert | |
| indent | No | Indent spaces (default: 2) | |
| direction | No | Conversion direction (default: auto-detect) |