How to Install ruby-json in Ubuntu 18.04



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

sudo apt update
sudo apt install ruby-json

Description:

JSON library for Ruby

This library implements the JSON (JavaScript Object Notation) specification in Ruby, allowing the developer to easily convert data between Ruby and JSON. You can think of it as a low fat alternative to XML, if you want to store data to disk or transmit it over a network rather than use a verbose markup language.

Homepage: https://flori.github.com/json

Version: 2.1.0+dfsg-2

Section: universe/ruby