awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 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.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • إدارة الإعدادات - Human-friendly configuration format.
  • 353 نجوم·41 تفرعات·Go·MIT·12 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ hjson/hjson-goمخطط تاريخ النجوم لـ hjson/hjson-go

    بدائل مفتوحة المصدر لـ Hjson Go

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Hjson Go.
    • beatlabs/harvesterالصورة الرمزية لـ beatlabs

      beatlabs/harvester

      134عرض على GitHub↗

      Harvest configuration, watch and notify subscriber

      Goconfiguration-managementgogolang
      عرض على GitHub↗134
    • caarlos0/envالصورة الرمزية لـ caarlos0

      caarlos0/env

      6,004عرض على 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
      عرض على GitHub↗6,004
    • antham/envhالصورة الرمزية لـ antham

      antham/envh

      100عرض على GitHub↗

      Go helpers to manage environment variables

      Goconfiguration-managementenvironmentgolang
      عرض على GitHub↗100
    • go-ini/iniالصورة الرمزية لـ go-ini

      go-ini/ini

      3,542عرض على GitHub↗

      Package ini provides INI file read and write functionality in Go

      Goconfigurationgoini
      عرض على GitHub↗3,542
    عرض جميع البدائل الـ 30 لـ Hjson Go→

    الأسئلة الشائعة

    ما هي وظيفة hjson/hjson-go؟

    Hjson for Go

    ما هي الميزات الرئيسية لـ hjson/hjson-go؟

    الميزات الرئيسية لـ hjson/hjson-go هي: Configuration Management, إدارة الإعدادات.

    ما هي البدائل مفتوحة المصدر لـ hjson/hjson-go؟

    تشمل البدائل مفتوحة المصدر لـ hjson/hjson-go: 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.