summaryrefslogtreecommitdiff
path: root/modules/codec-json
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-08-04 16:16:32 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-08-04 16:16:32 +0200
commit4bde4893c9ab3a0d09570946b67734751bc84408 (patch)
tree29916f5319d541214c2e9180a0c01357a59953b4 /modules/codec-json
parent728fe910b288321760042d5aa520eedeabb3af96 (diff)
downloadforstio-forstio-4bde4893c9ab3a0d09570946b67734751bc84408.tar.gz
Pushing something
Diffstat (limited to 'modules/codec-json')
-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;