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§
- Json
Processor - Structured processor for JSON files.