Availability:
:- use_module(library(http/json)).
[det]atom_json_term(?Atom,
?JSONTerm, +Options)- as(Type)
- defines the output type, which is one of
atom(default),string,codesorchars.
:- use_module(library(http/json)).
[det]atom_json_term(?Atom,
?JSONTerm, +Options)atom (default),
string, codes or chars.