Availability:
:- use_module(library(http/http_json)).
- json_object(+As)
- Where As is one of
term
ordict
. If the value isdict
, json_read_dict/3 is used.
:- use_module(library(http/http_json)).
term
or dict
. If
the value is dict
,
json_read_dict/3 is used.