7.1 /tmp/src/swipl-8.1.1/packages/http/json.pl: Reading and writing JSON serialization
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog HTTP support
Supporting JSON
/tmp/src/swipl-8.1.1/packages/http/json.pl: Reading and writing JSON serialization
atom_json_term/3
json_read/2
json_read/3
json_write/2
json_write/3
is_json_term/1
is_json_term/2
json_read_dict/2
json_read_dict/3
json_write_dict/2
json_write_dict/3
atom_json_dict/3
json_read/2
json_read/3
json_write/2
json_write/3
is_json_term/1
is_json_term/2
json_read_dict/2
json_read_dict/3
json_write_dict/2
json_write_dict/3
Availability:
:- use_module(
library(http/json)
).
[det]
atom_json_term
(
?Atom, ?JSONTerm, +Options
)
Convert between textual representation and a JSON term. In
write
mode (
JSONTerm
to
Atom
), the option
as
(
Type
)
defines the output type, which is one of
atom
(default),
string
,
codes
or
chars
.