UI Deploy

Curated, Short, Web UI Dev we Love.

Python/JSON: Merge default and user configuration

I’m using JSON configuration files in my python application. I want to have a default configuration with hierarchical layers.

The user configuration should only contain parameters which differ from the default.

view source

Advertisement