from_value_strict

Function from_value_strict 

Source
pub fn from_value_strict<T>(value: Value<'_>) -> Result<T>
Expand description

Interpret a rquickjs::Value as an instance of type T in strict mode.

Strict mode will stick to the behaviour of JSON.stringify.

See from_value for more information about the deserialization.