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

Class JSONArray

tinyemu/json.h:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63} JSONObject;
64
65typedef struct JSONArray {
66 int len;
67 int size;
68 JSONValue *tab;
69} JSONArray;
70
71JSONValue json_string_new2(const char *str, int len);
72JSONValue json_string_new(const char *str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected