qubit-json 0.9.0

Resource-aware infrastructure for lenient and strict JSON processing
Documentation
// =============================================================================
//    Copyright (c) 2026 Haixing Hu.
//
//    SPDX-License-Identifier: Apache-2.0
//
//    Licensed under the Apache License, Version 2.0.
// =============================================================================

mod decoder_api_tests;
mod diagnostic_policy_tests;
mod internal;
mod json_decode_error_model_tests;
mod json_decode_error_tests;
mod json_decode_session_tests;
mod json_decoder_budget_tests;
mod json_decoder_tests;
mod json_root_kind_tests;
mod json_syntax_error_reason_tests;
mod json_syntax_error_tests;
mod markdown_fence_closing_tests;
mod markdown_fence_policy_tests;
mod normalized_json_document_tests;
mod normalizing_api_tests;
mod normalizing_json_decode_error_tests;
mod normalizing_json_decode_policy_tests;
mod normalizing_json_decoder_tests;