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