#pragma once #include #include namespace mbgl { using JSDocument = rapidjson::GenericDocument, rapidjson::CrtAllocator>; using JSValue = rapidjson::GenericValue, rapidjson::CrtAllocator>; std::string formatJSONParseError(const JSDocument&); } // namespace mbgl