Yaml_Insert can be used to insert a yaml text or file into existing database.
Yaml_Insert(pYaml, YamlFile, key)
Parameter | Description |
pYaml | This is the pointer previously returned from Yaml_Init(). |
YamlFile | Can be a file or text containing yaml data. |
Key | Key where data will be inserted. |
None.
Key where to insert data must exist.
Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist, Yaml_Save
; None.