prefer 0.4.1

A lightweight library for managing application configurations with support for multiple file formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "app": {
    "name": "test-app",
    "version": "1.0.0"
  },
  "server": {
    "host": "localhost",
    "port": 8080
  },
  "database": {
    "enabled": true,
    "connection": {
      "host": "db.example.com",
      "port": 5432
    }
  }
}