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