[det]atom_json_dict(+Atom,
-JSONDict, +Options)
[det]atom_json_dict(-Text,
+JSONDict, +Options)Convert between textual representation and a JSON term represented as a
dict. Options are as for json_read/3.
In write mode, the addtional option
- as(Type)
- defines the output type, which is one of
atom
,
string
or codes
.