Yaml_Exist can be used to check if a key exist.
Yaml_Exist(pYaml, Key)
Parameter | Description |
pYaml | This is the pointer previously returned from Yaml_Init(). |
Key | Key to check for existence. |
None.
Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Save
; None.