[#BloombergLP-baljsn-Decoder-decodeAny-0d9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/Decoder.adoc[Decoder]::decodeAny :relfileprefix: ../../../ :mrdocs: Decode into the specified `value` without instantiating templates at compile time. Return 0 on success, and a non‐zero value otherwise. == Synopsis Declared in `<baljsn_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int decodeAny( std::istream& stream, xref:BloombergLP/bdlar/AnyRef.adoc[bdlar::AnyRef]* value, xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions] const& options); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#