enum json_error json_insert_pair_into_object ( json_t parent,
const char *  text_label,
json_t value 
)

Inserts a label:value pair into a parent node, as well as performs some document tree integrity checks.

Parameters:
parent the parent node
text_label a char string which serves as the label in the label:value pair
value the value in the label:value pair
Returns:
the error code corresponding to the operation result

Definition at line 485 of file json.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1