Searched refs:json_string_set (Results 1 – 6 of 6) sorted by relevance
12 json_string_set
211 int json_string_set(json_t *string, const char *value);
749 int json_string_set(json_t *json, const char *value) in json_string_set() function
80 if(json_string_set(value, "barr")) in run_tests()
340 - `json_string_set()`: Check that target is a string and value is564 `json_string_set()`, `json_integer_set()` and `json_real_set`.
349 .. function:: int json_string_set(const json_t *string, const char *value)357 Like :func:`json_string_set`, but with explicit length, so *value*362 Like :func:`json_string_set`, but doesn't check that *value* is