YAML

YAML format (application/yaml).

Just like JSON, YAML works with field data. The YAML format has an identifier of "yaml" and is available by default.

message: 'hello, world'
person:
  name: 'Bob Smith'
  age: 42

Last updated

Was this helpful?