stackLimit
diff --git a/include/json/reader.h b/include/json/reader.h
index 041ae0d..b5b2e97 100644
--- a/include/json/reader.h
+++ b/include/json/reader.h
@@ -310,6 +310,9 @@
- true if dropped null placeholders are allowed. (See StreamWriterBuilder.)
- "allowNumericKeys": false or true
- true if numeric object keys are allowed.
+ - "stackLimit": integer
+ - This is a security issue (seg-faults caused by deeply nested JSON),
+ so the default is low.
You can examine 'settings_` yourself
to see the defaults. You can also write and read them just like any