1//! Re-export of the shared sonic-rs-backed JSON extractor/response.
2//!
3//! The implementation lives in `hypercall-runtime-api` so both `hypercall-api`
4//! and the admin surface can use it without duplication.
5pub use hypercall_runtime_api::sonic_json::SonicJson;