Dencode into the specified value of the specified bdeat category from 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 ANY_CATEGORY>
int
operator()(
    TYPE* object,
    ANY_CATEGORY category);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

object

object to decode into

category

bdlat type‐category tag for object

Created with MrDocs