Method
JsonArrayadd_element
Declaration [src]
void
json_array_add_element (
  JsonArray* array,
  JsonNode* node
)
Parameters
- node
- 
            Type: JsonNodeThe element to add. The instance takes ownership of the data, and is responsible for freeing it.