qubit-json 0.7.0

Lenient JSON decoder for non-fully-trusted JSON text inputs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// =============================================================================
//    Copyright (c) 2025 - 2026 Haixing Hu.
//
//    SPDX-License-Identifier: Apache-2.0
//
//    Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Tests for decoder error types and diagnostics.

mod error_privacy_policy_tests;
mod internal;
mod json_decode_error_kind_tests;
mod json_decode_error_tests;
mod json_decode_stage_tests;