How is it difficult to add [JSON path](https://github.com/json-path/JsonPath) support? There are cases when doted fqdn is just impossible to know upfront. ``` { addField: { config: { jsonpath: "$..author" value: "replace" } } } ```