#pragma once #include #include #include using namespace mbgl; Value stripPrecision(const Value& value); std::vector tokenize(std::string str); bool deepEqual(const Value& a, const Value& b); bool deepEqual(const optional& a, const optional& b);