MCPcopy Create free account
hub / github.com/crawl/crawl / json_encode

Function json_encode

crawl-ref/source/json.cc:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409char *json_encode(const JsonNode *node)
410{
411 return json_stringify(node, nullptr);
412}
413
414char *json_encode_string(const char *str)
415{

Callers 7

connectMethod · 0.85
handle_chat_messageMethod · 0.85
handle_announcementMethod · 0.85
send_messageMethod · 0.85
queue_messageMethod · 0.85
getMethod · 0.85
getMethod · 0.85

Calls 1

json_stringifyFunction · 0.85

Tested by

no test coverage detected