Crate json_schema_fuzz

Source

Functions§

generate_value
Generate a random JSON value intended to satisfy schema. We limit recursion with depth.
random_schema
Generate a random JSON Schema (subset) for fuzzing the value‑generator itself. The result is raw JSON so it can immediately be passed into the authoritative validator for cross‑checking.