Const
Provided only for YAML 1.1 compatibility and supported by the loader only. JavaScript has no dedicated class to represent this type, so it cannot be identified and dumped.
!!omap - one: 1 - two: 2 Copy
!!omap - one: 1 - two: 2
is loaded as
[ { one: 1 }, { two: 2 }] Copy
[ { one: 1 }, { two: 2 }]
Provided only for YAML 1.1 compatibility and supported by the loader only. JavaScript has no dedicated class to represent this type, so it cannot be identified and dumped.
is loaded as