Constructors
Synopses
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.
Create a JsonConverter object using the specified allocator to supply memory.
explicit
JsonConverter(allocator_type const& allocator);
Created with MrDocs