Merge pull request from wolframroesler/patch-1

closes 
This commit is contained in:
Christopher Dunn 2017-09-15 01:11:24 -05:00 committed by GitHub
commit 21e133c6fb

@ -190,6 +190,9 @@ public:
typedef Json::LargestUInt LargestUInt;
typedef Json::ArrayIndex ArrayIndex;
// Required for boost integration, e. g. BOOST_TEST
typedef std::string value_type;
static const Value& null; ///< We regret this reference to a global instance; prefer the simpler Value().
static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null
static Value const& nullSingleton(); ///< Prefer this to null or nullRef.