Decode into the specified value using the specified info the data in the JSON format. Return 0 on success and a non‐zero value otherwise.

Synopsis

Declared in <baljsn_jsonconverter.h>

template<
    class TYPE,
    class INFO>
int
operator()(
    TYPE* value,
    INFO const& info);

Return Value

0 on success, or a non‐zero value otherwise

Parameters

Name

Description

value

object to decode into

info

attribute or selection information for value

Created with MrDocs