diff --git a/crates/wasm-sdk/src/host_api.rs b/crates/wasm-sdk/src/host_api.rs index a9aa7812..52914e76 100644 --- a/crates/wasm-sdk/src/host_api.rs +++ b/crates/wasm-sdk/src/host_api.rs @@ -9,6 +9,7 @@ use crate::bulwark_host::DecisionInterface; pub use crate::{Decision, Outcome}; pub use http::{Extensions, Method, StatusCode, Uri, Version}; +pub use serde_json::json as value; pub use serde_json::{Map, Value}; /// An HTTP request combines a head consisting of a [`Method`], [`Uri`], and headers with a [`BodyChunk`], which provides