Functions$$yamlparseOn this page$$yamlparse Parses a YAML format to object Usage​ { "$$yamlparse": /* YAML string */ } "$$yamlparse:{input}" Returns​ object Examples​ InputDefinitionOutputa: '1'b:- B- 2c: trued:e:- E- '800'{ "$$yamlparse": "$" }{ "a": "1", "b": [ "B", 2 ], "c": true, "d": { "e": [ "E", "800" ] }}