Yaml_Init is used to create a Yaml database.
pYaml:=Yaml_Init(FilePath)
Parameter | Description |
FilePath | This must be the path of a yaml file. |
None.
A key can be a word (\w+) or any characters included in quotes (".+").However you must not use dots (.) in keys and a key must not be a number because this will be in conflict with dot syntax and indexing service.
Simple Yaml Parser, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist, Yaml_Save
; None.