Expand description
Utility functions for data conversion.
This module provides helper functions for working with JavaScript values in the napi-rs context.
Functionsยง
- js_
value_ to_ serde_ value - Converts an optional serde_json::Value to a Value, defaulting to an empty object.