Introducing Corvus.Text.Json V5: YAML 1.2 - Zero-Allocation Conversion
Corvus.Text.Json.Yaml converts YAML 1.2 to JSON with 100% yaml-test-suite conformance using a custom ref struct tokenizer - no intermediate ob...
Corvus.Text.Json.Yaml converts YAML 1.2 to JSON with 100% yaml-test-suite conformance using a custom ref struct tokenizer - no intermediate ob...
Corvus.Text.Json.JsonLogic provides a safe, side-effect-free rule engine that evaluates JSON-encoded business logic on average 3× faster than ...
Corvus.Text.Json.JMESPath implements the full JMESPath spec with 100% conformance, zero-allocation hot paths, and on average 28× faster than J...
Corvus.Text.Json.Jsonata brings the full JSONata language to .NET - 100% test suite conformance, on average 2× faster than Jsonata.Net.Native ...
The standalone evaluator generates a lightweight validator with fully compliant JSON Schema annotation collection - ideal for form generators,...
JsonDocumentBuilder and JsonWorkspace provide pooled, version-tracked mutable documents - the core V5 design trade-off that replaces V4's immu...
ParsedJsonDocument uses ArrayPool-backed memory for just 136 bytes of GC pressure per document - 91% less than JsonNode - while providing a fa...
Corvus.Text.Json V5 validates JSON against all major schema drafts over 10× faster than other .NET validators - with a simple EvaluateSchema()...
Annotate a partial struct with [JsonSchemaTypeGenerator] and get strongly-typed properties, validation, serialization, and mutable builders - ...
Corvus.Text.Json V5 is a new engine for high-performance JSON in .NET - pooled-memory parsing, mutable documents, source-generated types, and ...