//! Serialization and helper utilities for `xuanji`.
use Value;
/// Serialize an owned [`Value`] to pretty JSON.
///
/// Infallible by construction: a `Value`'s `Serialize` impl does not fail for finite JSON data.
/// Fail-loud is reserved for observable misconfiguration, not unreachable states.