summaryrefslogtreecommitdiff
path: root/modules/codec-json/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec-json/c++')
-rw-r--r--modules/codec-json/c++/json.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec-json/c++/json.hpp b/modules/codec-json/c++/json.hpp
index 9a785b4..1da74b1 100644
--- a/modules/codec-json/c++/json.hpp
+++ b/modules/codec-json/c++/json.hpp
@@ -66,6 +66,7 @@ struct codec_config<encode::Json> {
uint64_t depth = 16u;
uint64_t length = 4096u;
bool pretty = false;
+ bool strict = false;
bool is_within(uint64_t bytes, uint64_t d){
return bytes <= length && d <= depth;