[#BloombergLP-bdljsn-JsonType] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::JsonType :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for enumerating the set value types of the JSON language. See `Enum` in the TYPES sub‐section for details. == Synopsis Declared in `<bdljsn_jsontype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct JsonType; ---- == Description This class: * supports a complete set of _enumeration_ operations * except for `bdex` serialization * is `const` _thread‐safe_ For terminology see {`bsldoc_glossary`}. == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonType/Enum.adoc[`Enum`] | Undocumented symbol. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/JsonType/print.adoc[`print`] | Write the string representation of the specified enumeration `value` to the specified output `stream`. | xref:BloombergLP/bdljsn/JsonType/toAscii.adoc[`toAscii`] | Return the string representation of the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#