dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 498 forks source link

Replace use of deCONZ::jsonStringFromMap() by Json::serialize() #7675

Closed manup closed 6 months ago

manup commented 6 months ago

deCONZ::jsonStringFromMap() is a old function in deCONZ library and about to be removed. Json::serialize() is part of the plugin code, it also sucks but is only one entry point to be refactored later on.