English
Appearance
Callback executed after parsing a class for JSON serialization.
json.class.parse.after=groovy:``` logger.info("Parsed JSON class: " + it.name()) ```
The it object is the parsed class with its JSON information.
it