mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 07:14:45 +02:00
Added features that allow the reader to accept common non-standard JSON.
This is a version of patch #17, from Clay Wood: http://sourceforge.net/p/jsoncpp/patches/17/
This commit is contained in:
@@ -42,6 +42,12 @@ namespace Json {
|
||||
|
||||
/// \c true if root must be either an array or an object value. Default: \c false.
|
||||
bool strictRoot_;
|
||||
|
||||
/// \c true if dropped null placeholders are allowed. Default: \c false.
|
||||
bool allowDroppedNullPlaceholders_;
|
||||
|
||||
/// \c true if numeric object key are allowed. Default: \c false.
|
||||
bool allowNumericKeys_;
|
||||
};
|
||||
|
||||
} // namespace Json
|
||||
|
Reference in New Issue
Block a user