ScalarNode

constructor(tag: Tag, value: String, scalarStyle: ScalarStyle, resolved: Boolean = true, startMark: Mark? = null, endMark: Mark? = null)

Parameters

tag
resolved
value

Value of this scalar

scalarStyle

style of this scalar node

  • Flow styles - https://yaml.org/spec/1.2/spec.html.id2786942

  • Block styles - https://yaml.org/spec/1.2/spec.html.id2793652