Standard Tags (for YAML 1.2 JSON Schema)

--- sequence: !!seq - a - b mapping: !!map a: 1 b: 2 null value: !!null null boolean true: !!bool true boolean false: !!bool false integer: !!int 42 string: !!str string
--- sequence: - a - b mapping: a: 1 b: 2 null value: null boolean true: true boolean false: false integer: 42 string: string
Slide 17/35 BACK UP NEXT next: ( space / -> / page up ) | previous: ( backspace / <- / page down ) | next page: ( shift + page down ) | previous page: ( shift + page up ) | index: ( arrow-up )