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.
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"
)
Examples available at www.stathat.com/src/jconfig.
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.