visitJson abstract method

T? visitJson(
  1. JsonContext ctx
)

Visit a parse tree produced by JSONParser.json. ctx the parse tree. Return the visitor result.

Implementation

T? visitJson(JsonContext ctx);