Type Definition alcro::JSObject

source · []
pub type JSObject = Value;
Expand description

A JS object. It is an alias for serde_json::Value. See it’s documentation for how to use it.