//! JIT support for JSON format.
//!
//! This module provides Tier-2 format JIT for JSON deserialization,
//! enabling direct byte parsing without going through the event abstraction.
/// Debug print macro for JIT - only active in debug builds.
pub use jit_debug;
pub use JsonJitFormat;
pub use ;