Skip to main content

Module util

Module util 

Source
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.