PublicShow sourceterm_to_json.pl

Source term_to_json(+Term, +Bindings, -JsonTerm) is det
Source term_to_json(+Term, -JsonTerm) is det
Convert any general Prolog term into a JSON term. Prolog lists are treated in a special way. Also, JSON terms are not converted. Mapping:
Arguments:
Bindings- is a list of Name=Var terms for variables that get their name from the environment.