JsonToIon
yaml
type: "io.kestra.plugin.serdes.json.jsontoion"
Examples
yaml
id: json_to_ion
namespace: company.team
tasks:
- id: http_download
type: io.kestra.plugin.core.http.Download
uri: https://huggingface.co/datasets/kestra/datasets/raw/main/json/products.json
- id: to_ion
type: io.kestra.plugin.serdes.json.JsonToIon
from: "{{ outputs.http_download.uri }}"
Properties
from *Requiredstring
charset string
Default
UTF-8
newLine booleanstring
Default
true
Outputs
uri string
Format
uri