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

Class JSONObject

tinyemu/json.h:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57} JSONProperty;
58
59typedef struct JSONObject {
60 int len;
61 int size;
62 JSONProperty *props;
63} JSONObject;
64
65typedef struct JSONArray {
66 int len;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected