summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/get_json_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/conversion/get_json_type.hpp')
-rw-r--r--include/mbgl/style/conversion/get_json_type.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/mbgl/style/conversion/get_json_type.hpp b/include/mbgl/style/conversion/get_json_type.hpp
new file mode 100644
index 0000000000..f7efebccce
--- /dev/null
+++ b/include/mbgl/style/conversion/get_json_type.hpp
@@ -0,0 +1,14 @@
+#pragma once
+
+#include <mbgl/style/conversion.hpp>
+#include <string>
+
+namespace mbgl {
+namespace style {
+namespace conversion {
+
+std::string getJSONType(const Convertible& value);
+
+} // namespace conversion
+} // namespace style
+} // namespace mbgl