Class JSON5BaseListener

java.lang.Object
org.openrewrite.json.internal.grammar.JSON5BaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, JSON5Listener

public class JSON5BaseListener extends Object implements JSON5Listener
This class provides an empty implementation of JSON5Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.