How to Install lua-cjson in Ubuntu 18.04



Install lua-cjson by entering the following commands in the terminal:

sudo apt update
sudo apt install lua-cjson

Description:

JSON parser/encoder for Lua

This library allows you to easily convert Lua values to JSON strings and back. Features: * Fast, standards compliant encoding/parsing routines * Full support for JSON with UTF-8, including decoding surrogate pairs * Optional run-time support for common exceptions to the JSON specification (infinity, NaN,..) * No dependencies on other libraries

Homepage: http://www.kyne.com.au/~mark/software/lua-cjson.php

Version: 2.1.0+dfsg-2.1

Section: universe/interpreters