[#BloombergLP-baljsn-JsonConverter_DecodeImpProxy-operator_call-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonConverter_DecodeImpProxy.adoc[JsonConverter_DecodeImpProxy]::operator() :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *object* | object to decode into | *category* | `bdlat` type‐category tag for `object` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#