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

Class JSONProperty

tinyemu/json.h:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52} JSONValue;
53
54typedef struct JSONProperty {
55 JSONValue name;
56 JSONValue value;
57} JSONProperty;
58
59typedef struct JSONObject {
60 int len;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected