JSON is a popular data interchange format. The most popular JSON library for Julia is JSON.jl. To install this package, use the package manager:
julia> Pkg.add("JSON")
The next step is to test whether the package is working on your machine:
julia> Pkg.test("JSON")
If all tests passed, then the library is ready for use.