Typedef tvm::ffi::json::Object# Defined in File json.h Typedef Documentation# using tvm::ffi::json::Object = ffi::Map<Any, Any># alias Map<Any, Any> as json Object. Note We use Map<Any, Any> instead of Map<String, Any> to avoid the overhead of key checking when doing as conversion, the check will be performed at runtime when we read each key