Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oschulz/propdicts.jl

Property dictionaries with support for deep merging
https://github.com/oschulz/propdicts.jl

deep-merge dictionaries julia merging properties

Last synced: 3 months ago
JSON representation

Property dictionaries with support for deep merging

Awesome Lists containing this project

README

        

# PropDicts.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/PropDicts.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/PropDicts.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/PropDicts.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/PropDicts.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/PropDicts.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/PropDicts.jl)

## Documentation

PropDicts implements dictionaries that handle hierarchical property/value
data, e.g. configuration data, with support for deep merging and
variable substitution.

* [Documentation for stable version](https://oschulz.github.io/PropDicts.jl/stable)
* [Documentation for development version](https://oschulz.github.io/PropDicts.jl/dev)