[][src]Type Definition alcro::JSObject

type JSObject = Value;

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