qubit-json 0.3.1

Lenient JSON decoder for non-fully-trusted JSON text inputs
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
//! Integration test entry point for `qubit-json`.
//!

mod json_decode_error_kind_tests;
mod json_decode_error_tests;
mod json_decode_options_tests;
mod json_decode_stage_tests;
mod json_top_level_kind_tests;
mod lenient_json_decoder_tests;
mod lenient_json_normalizer_tests;
mod lib_tests;