MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / json_string_new

Function json_string_new

tinyemu/json.c:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213JSONValue json_string_new(const char *str)
214{
215 return json_string_new2(str, strlen(str));
216}
217
218JSONValue __attribute__((format(printf, 1, 2))) json_error_new(const char *fmt, ...)
219{

Callers 4

parse_stringFunction · 0.85
json_object_setFunction · 0.85
json_error_newFunction · 0.85
json_parse_value2Function · 0.85

Calls 1

json_string_new2Function · 0.85

Tested by

no test coverage detected