qubit-json 0.1.0

Lenient JSON decoder for non-fully-trusted JSON text inputs
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2026.
 *    Haixing Hu, Qubit Co. Ltd.
 *
 *    All rights reserved.
 *
 ******************************************************************************/
//! Integration test entry point for `qubit-json`.
//!
//! Author: Haixing Hu

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