Skip to content

chakphanu/jconfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jconfig

This is a Go package to parse a configuration file using JSON.

It's really simple and does nothing fancy. We wouldn't have bothered releasing it except that a few other projects we will be releasing depend on it.

Installation

Use go install:

go install github.com/stathat/jconfig

If you are building your code with goinstall, you can skip the previous step and just import jconfig as follows:

import (
        "github.com/stathat/jconfig"
)

Usage

Examples available at www.stathat.com/src/jconfig.

Contact us

We'd love to hear from you if you are using this in your projects! Please drop us a line: @stat_hat or contact us here.

About

Written by Patrick Crosby at StatHat. Twitter: @stat_hat

About

Simple JSON configuration file parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%