Function: json-encode-hash-table
json-encode-hash-table is a function alias for json-encode, defined in
json.el.gz.
This function is obsolete since 28.1; use json-encode instead.
Signature
(json-encode-hash-table OBJECT)
Documentation
Return a JSON representation of OBJECT as a string.
OBJECT should have a structure like one returned by json-read.
If an error is detected during encoding, an error based on
json-error is signaled.
Probably introduced at or before Emacs version 28.1.
Aliases
json-encode-hash-table (obsolete since 28.1)
json-encode-number (obsolete since 28.1)