Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
JSONValue json_string_new(const char *str)
214
{
215
return json_string_new2(str, strlen(str));
216
}
217
218
JSONValue __attribute__((format(printf, 1, 2))) json_error_new(const char *fmt, ...)
219
{
Callers
4
parse_string
Function · 0.85
json_object_set
Function · 0.85
json_error_new
Function · 0.85
json_parse_value2
Function · 0.85
Calls
1
json_string_new2
Function · 0.85
Tested by
no test coverage detected