allowSingleQuotes
issue #182
diff --git a/include/json/reader.h b/include/json/reader.h
index b59e183..154acbd 100644
--- a/include/json/reader.h
+++ b/include/json/reader.h
@@ -310,6 +310,8 @@
- true if dropped null placeholders are allowed. (See StreamWriterBuilder.)
- `"allowNumericKeys": false or true`
- true if numeric object keys are allowed.
+ - `"allowSingleQuotes": false or true`
+ - true if '' are allowed for strings (both keys and values)
- `"stackLimit": integer`
- Exceeding stackLimit (recursive depth of `readValue()`) will
cause an exception.