YamlToJson YamlToJson
YamlToJson Certified

yaml
type: "io.kestra.plugin.serdes.yaml.YamlToJson"
yaml
id: yaml_to_json
namespace: company.team

tasks:
  - id: write_yaml
    type: io.kestra.plugin.core.storage.Write
    extension: yaml
    content: |
      ---
      name: Apple
      price: 1.2
      ---
      name: Banana
      price: 0.9

  - id: to_jsonl
    type: io.kestra.plugin.serdes.yaml.YamlToJson
    from: "{{ outputs.write_yaml.uri }}"
    jsonl: true
Properties
DefaultUTF-8
Defaultfalse
Formaturi