hocon
Config parser
A Go library implementing the HOCON configuration format
go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
79 stars
2 watching
17 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists
configuration-libraryconfiguration-parserenvironment-variablesgogolanghoconhocon-configurationhocon-syntaxjson-parser
Related projects:
Repository | Description | Stars |
---|---|---|
go-gcfg/gcfg | A Go library that reads INI-style configuration files into data structures | 168 |
ian-kent/gofigure | Tool for easy configuration of Go applications with support for environment variables and command line flags. | 68 |
borudar/configuration | A configuration library for Go programs that supports multiple data sources and types | 108 |
alecthomas/kong-hcl | A Go package for loading configuration files in the Hiero Configuration Language (HCL) format into a structured data model. | 8 |
gookit/config | A configuration management library for Go applications | 539 |
thomasobenaus/go-conf | Library to simplify configuration management in Go applications | 11 |
ian-kent/envconf | Tools to configure Go applications from environment variables. | 11 |
hjson/hjson-go | A Go implementation of a lightweight, comment-based JSON alternative | 331 |
ilyakaznacheev/cleanenv | A tool to read and manage environment configuration from files and variables | 1,661 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
lytics/confl | A config parser with lenient syntax and comments similar to Nginx format. | 138 |
ohler55/ojg | A high-performance JSON parser and toolset for Go. | 858 |
rhaist/surevego | A Go library to parse the configuration of a network intrusion detection system from a specific file format. | 14 |
kevinburke/ssh_config | A Go library for parsing and manipulating SSH configuration files | 429 |
vrischmann/envconfig | A library to parse configuration from environment variables and fill structs. | 241 |