//! Render the pairs of an object (without surrounding braces).
use crateResult;
use crateObjectMap;
use render_pair;
/// Render an Object's pairs at the given indent level.
///
/// `is_root` is true ONLY for the document-root Object; it lets the
/// first pair's key take the § 5.9.10 rule (c) U+FEFF guard, which
/// applies only at byte offset 0 of the document (§ 5.9.12). Every
/// nested call passes `false`.
pub