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