Typedef tvm::ffi::json::Object

Typedef tvm::ffi::json::Object#

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