Type Definition js_sandbox::JsValue[][src]

type JsValue = Value;

Represents a value passed to or from JavaScript.

Currently aliased as serde_json’s Value type.