Explicit Tags
Explicit Tags
For data type casting
numbers:
    num1: !!int 1.0 # converted to 1
    num2: !!float 100 # converted to 100.0
    num3: !!str 150 # converted to "150"
Backlinks
For data type casting
numbers:
    num1: !!int 1.0 # converted to 1
    num2: !!float 100 # converted to 100.0
    num3: !!str 150 # converted to "150"