Component-private helper that captures key/value pairs for object list-initialization.
Declared in <bdljsn_json.h>
class JsonObject_MemberInitializer;
This component-private class is designed capture a set of values that can be used to initialize an element in a JsonObject. The purpose here is to enable list-initialization (including nested lists) of JSON objects.
| Name | Description |
|---|---|
JsonObject_MemberInitializer [constructor] | Constructors |
key | Return the key that the object was created with. |
value | Return a reference providing non-modifiable access to the value that the object was created with. |