summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/json.h b/json.h
index 55f3c2ce..62fdb009 100644
--- a/json.h
+++ b/json.h
@@ -42,6 +42,12 @@ struct json_array_t {
} strings;
struct {
int *store;
+ } bytes;
+ struct {
+ unsigned int *store;
+ } ubytes;
+ struct {
+ int *store;
} integers;
struct {
unsigned int *store;