#ifndef MBGL_PROPERTY_PARSING #define MBGL_PROPERTY_PARSING #include #include #include #include namespace mbgl { using JSVal = rapidjson::Value; template using optional = mapbox::util::optional; template optional parseProperty(const char* name, const JSVal&); } #endif