Schema InferenceInfer compact type-trees from any JSON value. Supports arrays, nested objects, optional keys, and union types.
Compact RenderingRenders schemas as minimal text like: array(25) of {id: number, name: string}. Not standard JSON Schema — designed for token efficiency.
Path ResolutionResolve dot/bracket paths like data.users[*].id against JSON values with wildcards and structured errors.