json method

JsonContext json()

Implementation

JsonContext json() {
  dynamic _localctx = JsonContext(context, state);
  enterRule(_localctx, 0, RULE_json);
  try {
    enterOuterAlt(_localctx, 1);
    state = 10;
    value();
    state = 11;
    match(TOKEN_EOF);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}