Searched refs:JSON_NULL_STRING (Results 1 – 1 of 1) sorted by relevance
30 const std::string JSON_NULL_STRING = "null"; variable53 return !str.empty() && str != JSON_EMPTY_STRING && str != JSON_NULL_STRING; in HasContent()