Expand description
Utility functions for Ruby-Rust data conversion.
This module provides helper functions for converting between Ruby objects and Rust data structures, particularly for working with JSON-like data.
Functionsยง
- json_
to_ rb_ value - Converts a serde_json::Value to a Ruby value.
- rb_
hash_ to_ json - Converts a Ruby hash to a serde_json::Value::Object.
- rb_
value_ to_ json - Converts a Ruby value to a serde_json::Value.