mon-core 0.0.3

A robust parser and validator for the Mycel Object Notation (MON) language, designed for fast, efficient, and human-friendly configuration.
Documentation
{
    "admin_config": {
        "host": "prod.db.internal",
        "port": 9001,
        "credentials": {
            "user": "admin",
            "pass": "secret_override"
        },
        "features": [
            "AUDIT_LOG",
            "USER_MGMT",
            "BACKUPS"
        ]
    },
    "final_user": {
        "name": "Final User",
        "email": "final@example.com",
        "prefs": {
            "theme": "dark_mode",
            "notifications": true
        }
    }
}