[#BloombergLP-bdljsn-JsonTestSuiteUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::JsonTestSuiteUtil :relfileprefix: ../../ :mrdocs: This utility `struct` provides a namespace for the test points of the _JSON_ _Test_ _Suite_. == Synopsis Declared in `<bdljsn_jsontestsuiteutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct JsonTestSuiteUtil; ---- == Types [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonTestSuiteUtil/Datum.adoc[`Datum`] | This aggregate type describes a test‐point of the _JSON_ _Test_ _Suite_. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonTestSuiteUtil/Expected.adoc[`Expected`] | Expected parser outcome for a JSON Test Suite case. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonTestSuiteUtil/data.adoc[`data`] | Return the test‐point `Datum` for the specified `index`. The behavior is undefined unless `0 <= index < numData()`. | xref:BloombergLP/bdljsn/JsonTestSuiteUtil/numData.adoc[`numData`] | Return the number of test points in the _JSON_ _Test_ _Suite_. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#