awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hjson avatar

hjson/hjson-go

0
View on GitHub↗
hjson.github.io↗

Hjson Go

Hjson for Go

Features

  • Configuration Management - Human-friendly JSON configuration.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestion de configuration - Human-friendly configuration format.
  • 353 stars·41 forks·Go·MIT·6 vues

    Historique des stars

    Graphique de l'historique des stars pour hjson/hjson-goGraphique de l'historique des stars pour hjson/hjson-go

    Alternatives open source à Hjson Go

    Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Hjson Go.
    • beatlabs/harvesterAvatar de beatlabs

      beatlabs/harvester

      134Voir sur GitHub↗

      Harvest configuration, watch and notify subscriber

      Goconfiguration-managementgogolang
      Voir sur GitHub↗134
    • caarlos0/envAvatar de caarlos0

      caarlos0/env

      6,004Voir sur GitHub↗

      env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

      Goconfigconfigurationenvironment
      Voir sur GitHub↗6,004
    • antham/envhAvatar de antham

      antham/envh

      100Voir sur GitHub↗

      Go helpers to manage environment variables

      Goconfiguration-managementenvironmentgolang
      Voir sur GitHub↗100
    • go-ini/iniAvatar de go-ini

      go-ini/ini

      3,542Voir sur GitHub↗

      Package ini provides INI file read and write functionality in Go

      Goconfigurationgoini
      Voir sur GitHub↗3,542
    Voir les 30 alternatives à Hjson Go→

    Questions fréquentes

    Que fait hjson/hjson-go ?

    Hjson for Go

    Quelles sont les fonctionnalités principales de hjson/hjson-go ?

    Les fonctionnalités principales de hjson/hjson-go sont : Configuration Management, Gestion de configuration.

    Quelles sont les alternatives open-source à hjson/hjson-go ?

    Les alternatives open-source à hjson/hjson-go incluent : go-ini/ini — Package ini provides INI file read and write functionality in Go. gookit/config — 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi… beatlabs/harvester — Harvest configuration, watch and notify subscriber. caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… antham/envh — Go helpers to manage environment variables. heetch/confita — Load configuration in cascade from multiple backends into a struct.