Quote:
Originally Posted by meme
At the moment I'm storing the configuration values under the key "library_uuid/device_uuid". I've considered using library_uuid: { device_uuid: values } but its easier to work with just one key when reading/writing the configuration data.
|
Why? Aren't you using JSON? If so, it handles dicts of dicts perfectly well.