#include <funapi/types.h>
#include <rapidjson/document.h>
Go to the source code of this file.
|
typedef rapidjson::GenericValue< rapidjson::UTF8< char >, rapidjson::CrtAllocator > | fun::JsonValueImpl |
|
|
FUNAPI_DLL_VISIBILITY bool | fun::IsEqual (const Json &value1, const Json &value2) |
|
FUNAPI_DLL_VISIBILITY bool | fun::operator!= (const Json &lhs, const Json &rhs) |
|
FUNAPI_DLL_VISIBILITY bool | fun::operator< (const Json &lhs, const Json &rhs) |
|
FUNAPI_DLL_VISIBILITY std::ostream & | fun::operator<< (std::ostream &out, Json::Type type) |
|
FUNAPI_DLL_VISIBILITY bool | fun::operator== (const Json &lhs, const Json &rhs) |
|
FUNAPI_DLL_VISIBILITY const string & | fun::ToString (Json::Type type) |
|