Constructors
Declared in <baljsn_jsonconverter.h>
Create a JsonConverter object. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.
JsonConverter();
» more...
Create a JsonConverter object using the specified allocator to supply memory.
explicit
JsonConverter(allocator_type const& allocator);
» more...