We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0fe50 commit 961b2b6Copy full SHA for 961b2b6
1 file changed
src/lib.rs
@@ -57,6 +57,7 @@ pub mod udfs {
57
pub use crate::json_get_str::json_get_str_udf;
58
pub use crate::json_length::json_length_udf;
59
pub use crate::json_object_keys::json_object_keys_udf;
60
+ pub use crate::json_parse::json_parse_udf;
61
}
62
63
/// Register all JSON UDFs, and [`rewrite::JsonFunctionRewriter`] with the provided [`FunctionRegistry`].
0 commit comments