[][src]Type Definition js_sandbox::JsValue

type JsValue = Value;

Represents a value passed to or from JavaScript.

Currently aliased as serde_json's Value type.