Prev: | yaml-docs> ( str -- arr ) |
Next: | Special mapping keys |
yaml | factor |
scalars | |
!!null | f |
!!bool | boolean |
!!int | integer |
!!float | float |
!!str | string |
!!binary | byte-array |
!!timestamp | timestamp |
sequences | |
!!seq | array |
!!omap | linked-assoc |
!!pairs | Association lists |
mappings | |
!!map | hashtable |
!!set | hash-set |
special keys | |
!!merge | yaml-merge |
!!value | yaml-value |
• | !!null -> boolean -> !!bool |
• | !!pairs -> Association lists -> !!seq |
• | assoc -> !!map -> hashtable |
• | set -> !!set -> hash-set |
• | sequence -> !!seq -> array |