This component‐private utility struct provides a suite of functions that encode bdlat types in the JSON format.
Synopsis
Declared in <baljsn_encodeimplutil.h>
template<class FORMATTER>
struct EncodeImplUtil;
Type Aliases
Name |
Description |
Alias for an |
|
|
Static Member Functions
Name |
Description |
Print the characters that end a JSON document to |
|
|
|
Encode the JSON representation of the |
|
Encode the representation of the empty‐array JSON value to the specified |
|
|
|
|
|
Encode the JSON representation of the non‐empty array |
|
Encode a JSON object‐open token when |
|
Encode a JSON object‐close token when |
|
Encode the JSON representation of the simple |
|
Print the characters that start a JSON document to |
|
|
|
Determine whether the choice |
Created with MrDocs