[#BloombergLP-baljsn-JsonConverter_ElementVisitor-operator_call-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonConverter_ElementVisitor.adoc[JsonConverter_ElementVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<baljsn_jsonconverter.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/JsonConverter_ElementVisitor/operator_call-01.adoc[operator()](TYPE* value); ---- [.small]#xref:BloombergLP/baljsn/JsonConverter_ElementVisitor/operator_call-01.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/JsonConverter_ElementVisitor/operator_call-0b.adoc[operator()]( TYPE* value, INFO const& info); ---- [.small]#xref:BloombergLP/baljsn/JsonConverter_ElementVisitor/operator_call-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#