[#BloombergLP-bdljsn-hashAppend-0e5] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::hashAppend :relfileprefix: ../../ :mrdocs: Pass the specified `object` to the specified `hashAlgorithm`. This function integrates with the `bslh` modular hashing system and effectively provides a `bsl::hash` specialization for `JsonNumber`. == Synopsis Declared in `<bdljsn_jsonnumber.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class HASHALG> void hashAppend( HASHALG& hashAlgorithm, xref:BloombergLP/bdljsn/JsonNumber.adoc[JsonNumber] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#