[#BloombergLP-baljsn-Decoder_ElementVisitor-operator_call-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/Decoder_ElementVisitor.adoc[Decoder_ElementVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<baljsn_decoder.h>` Decode into the specified `value` the data in the JSON format. Return 0 on success and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/baljsn/Decoder_ElementVisitor/operator_call-0d.adoc[operator()](TYPE* value); ---- [.small]#xref:BloombergLP/baljsn/Decoder_ElementVisitor/operator_call-0d.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class INFO> int xref:BloombergLP/baljsn/Decoder_ElementVisitor/operator_call-00.adoc[operator()]( TYPE* value, INFO const& info); ---- [.small]#xref:BloombergLP/baljsn/Decoder_ElementVisitor/operator_call-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#