yaml_to_json
Convert YAML strings into readable JSON with customizable indentation.
Instructions
Convert YAML to formatted JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml_string | Yes | YAML string to convert | |
| indent | No | JSON indentation level (default: 2) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |