Skip to content

fmatesa/HJSON.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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.

Build Status

Usage

julia> using hjson

julia> to_json("filepath.hjson", "filepath.json")

julia> to_hjson("filepath.json", "filepath.hjson")

julia> read_hjson("filepath.hjson")

Code Style: Blue

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages