This utility struct provides a namespace for the test points of the JSON Test Suite.
Declared in <bdljsn_jsontestsuiteutil.h>
struct JsonTestSuiteUtil;
| Name | Description |
|---|---|
Datum | This aggregate type describes a test-point of the JSON Test Suite. |
| Name | Description |
|---|---|
Expected | Expected parser outcome for a JSON Test Suite case. |
| Name | Description |
|---|---|
data | Return the test-point Datum for the specified index. The behavior is undefined unless 0 <= index < numData(). |
numData | Return the number of test points in the JSON Test Suite. |