English
Appearance
Callback executed before parsing a field for JSON serialization.
json.field.parse.before=groovy:''' logger.info("Parsing JSON field: " + it.name()) '''
The it object is the field being parsed for JSON.
it