Walk through fields and apply transforming if field meet condition
Examples:
Remove all PRICE field recursively
{ "PRICE>": "REMOVE" }
Remove CREATED_TIME in sub-elements under ORDER (keep TIME of ORDER)
{"ORDER": { "^CREATED_TIME": { "CREATED_TIME>": "REMOVE" }}}