From 2190780c32f11b769f24d27725a9002207ea4af9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Aug 2009 02:02:56 +0000 Subject: Create a way not to step on defaults. --- json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'json.h') diff --git a/json.h b/json.h index bcf7ab8b..115dbb20 100644 --- a/json.h +++ b/json.h @@ -54,6 +54,7 @@ struct json_attr_t { } dflt; size_t len; const struct json_enum_t *map; + bool nodefault; }; #define JSON_ATTR_MAX 31 /* max chars in JSON attribute name */ -- cgit v1.2.1