Module parsed_schema

Module parsed_schema 

Source
Expand description

Parsed Schema - Reusable parsing results for caching across multiple JSONEval instances

This module separates the parsing results from the evaluation state, allowing schemas to be parsed once and reused across multiple evaluations with different data/context.

Structsยง

ParsedSchema
Parsed schema containing all pre-compiled evaluation metadata. This structure is separate from JSONEval to enable caching and reuse.