[#BloombergLP-baljsn-JsonConverter_ElementVisitor-operator_call-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonConverter_ElementVisitor.adoc[JsonConverter_ElementVisitor]::operator() :relfileprefix: ../../../ :mrdocs: Decode into the specified `value` the data in the JSON format. == Synopsis Declared in `<baljsn_jsonconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int operator()(TYPE* value); ---- == Description Return 0 on success and a non‐zero value otherwise. == Return Value 0 on success, or a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *value* | object to decode into |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#