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