Yaml_Insert


Yaml_Insert can be used to insert a yaml text or file into existing database.

Yaml_Insert(pYaml, YamlFile, key)

Parameters

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.

Return Value

None.

Remarks

Key where to insert data must exist.

Related

Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Clone, Yaml_Delete, Yaml_DeleteAll, Yaml_Exist, Yaml_Save

Example

; None.