Constructors
Declared in <baljsn_jsonconverter.h>
Create a JsonConverter object.
JsonConverter();
» more...
Create a JsonConverter object using the specified allocator to supply memory.
explicit
JsonConverter(allocator_type const& allocator);
» more...
| Name | Description |
|---|---|
| allocator | allocator used to supply memory |