Versions in this module Expand all Collapse all v0 v0.9.0 Jan 16, 2024 Changes in this version + var ProcessorName = "json" + func Handler() core.ProcessHandler + type AddAction struct + Key string + Value string + type Config struct + Add []AddAction + Remove []RemoveAction + Replace []ReplaceAction + type RemoveAction struct + Key string + type ReplaceAction struct + Key string + NewValue interface{} + Value interface{}