awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesConfiguration Path Existence Checkers

Checks whether a given path exists in the configuration, distinguishing between a null value and a completely absent one.

Distinct from Missing Value Detection: Distinct from Missing Value Detection: checks path existence in configuration trees, not dataset null identification.

Explore 1 awesome GitHub repository matching data & databases · Configuration Path Existence Checkers. Refine with filters or upvote what's useful.

Awesome Configuration Path Existence Checkers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • lightbend/configAvatar de lightbend

    lightbend/config

    6,309Voir sur GitHub↗

    This is a configuration library for JVM applications that parses HOCON, JSON, and Java properties files into an immutable tree structure. It resolves ${...} placeholders by traversing the configuration tree and falling back to environment variables and system properties, and validates loaded configurations against a reference schema. The library loads configuration from classpath resources, files, URLs, system properties, and environment variables, merging them with priority-based override semantics. It provides typed value access with automatic type coercion, supports dot-path navigation,

    Checks path existence in configuration trees, distinguishing null from absent values.

    Javaconfiguration-libraryhoconsupported
    Voir sur GitHub↗6,309
  1. Home
  2. Data & Databases
  3. Missing Value Detection
  4. Configuration Path Existence Checkers