Decode into the specified value the data in the JSON format.
Declared in <baljsn_jsonconverter.h>
template<class TYPE>
int
operator()(TYPE* value);
Return 0 on success and a non-zero value otherwise.
0 on success, or a non-zero value otherwise
| Name | Description |
|---|---|
| value | object to decode into |