This aggregate type describes a test-point of the JSON Test Suite.
Declared in <bdljsn_jsontestsuiteutil.h>
struct Datum;
| Name | Description |
|---|---|
d_JSON_p | Contents of the JSON test file. |
d_expected | Whether the parser should accept, reject, or may do either. |
d_length | Length of the d_JSON_p contents. |
d_line | Source line number of the test-point definition. |
d_testName_p | Name of the JSON test file. |