[#BloombergLP-baljsn-Decoder_DecodeImpProxy-operator_call-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/Decoder_DecodeImpProxy.adoc[Decoder_DecodeImpProxy]::operator() :relfileprefix: ../../../ :mrdocs: Decode into the specified `object` 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_decoder.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]#