Availability:
:- use_module(library(http/json)).
- as(Type)
- defines the output type, which is one of
atom
(default),string
,codes
orchars
.
:- use_module(library(http/json)).
atom
(default),
string
, codes
or chars
.