[#BloombergLP-baljsn-JsonConverter-convert-067] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonConverter.adoc[JsonConverter]::convert :relfileprefix: ../../../ :mrdocs: Load into the specified `json` the specified `value` of (template parameter) `TYPE` using the specified `options`. Return 0 on success, and a non‐zero value otherwise. An error is returned if `TYPE` is not a top‐level `Sequence`, `Choice`, or `Array`. The prior value of `json` is reset. == Synopsis Declared in `<baljsn_jsonconverter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int convert( xref:BloombergLP/bdljsn/Json.adoc[bdljsn::Json]* json, TYPE const& value, xref:BloombergLP/baljsn/ConvertToJsonOptions.adoc[ConvertToJsonOptions] const& options = ConvertToJsonOptions()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#