Searched refs:allowNumericKeys_ (Results 1 – 2 of 2) sorted by relevance
248 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()257 features.allowNumericKeys_ = false; in strictMode()664 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()1086 bool allowNumericKeys_; member in Json::OurFeatures1640 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool(); in newCharReader()
366 bool allowNumericKeys_; variable