diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-04 16:16:32 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-08-04 16:16:32 +0200 |
| commit | 4bde4893c9ab3a0d09570946b67734751bc84408 (patch) | |
| tree | 29916f5319d541214c2e9180a0c01357a59953b4 /modules/codec-json/c++/json.hpp | |
| parent | 728fe910b288321760042d5aa520eedeabb3af96 (diff) | |
| download | forstio-forstio-4bde4893c9ab3a0d09570946b67734751bc84408.tar.gz | |
Pushing something
Diffstat (limited to 'modules/codec-json/c++/json.hpp')
| -rw-r--r-- | modules/codec-json/c++/json.hpp | 1 |
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; |
