Searched refs:JSON_EMPTY_STRING (Results 1 – 2 of 2) sorted by relevance
31 const std::string JSON_EMPTY_STRING = "{}"; variable206 jsonDataString = JSON_EMPTY_STRING; in SetDataString()337 JSON_EMPTY_STRING : jsonFormProviderData_.dump()))) { in Marshalling()
29 const std::string JSON_EMPTY_STRING = "{}"; variable53 return !str.empty() && str != JSON_EMPTY_STRING && str != JSON_NULL_STRING; in HasContent()