Expected parser outcome for a JSON Test Suite case.

Synopsis

Declared in <bdljsn_jsontestsuiteutil.h>

enum Expected;

Members

Name

Description

e_EITHER

Either accept or reject is allowed.

e_REJECT

The input must be rejected.

e_ACCEPT

The input must be accepted.

Created with MrDocs