A small wrapper for the Hjson_jll package.
Provides the option to translate .json files to .hjson and vice-versa, and has the ability to read .hjson files and output them as Dict
objects.
julia> using hjson
julia> to_json("filepath.hjson", "filepath.json")
julia> to_hjson("filepath.json", "filepath.hjson")
julia> read_hjson("filepath.hjson")