pub fn from_value_strict<T>(value: Value<'_>) -> Result<T>where
T: DeserializeOwned,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.