How to Install guile-json in Ubuntu 18.04



Install guile-json by entering the following commands in the terminal:

sudo apt update
sudo apt install guile-json

Description:

JSON module for Guile

Guile-json supports parsing and building JSON documents according to the http://json.org specification. These are the main features: - Strictly compiles to the http://json.org specification. - Build JSON documents programmatically via macros. - Unicode support for strings. - Allow JSON pretty printing.

Homepage: http://savannah.nongnu.org/projects/guile-json/

Version: 0.4.0-1

Section: universe/lisp