Skip to main content

Module json_proc

Module json_proc 

Source
Expand description

JSON structured processor.

Parses JSON input, walks the value tree, replaces values at matched key paths, and serializes back to JSON preserving structure.

§Key Paths

Nested keys are expressed as dot-separated paths: database.password, smtp.credentials.user.

Array elements are traversed transparently — a rule for users.email matches the email field inside every object in the users array.

Structs§

JsonProcessor
Structured processor for JSON files.