Replace hardcoded cluster-specific decoders with a generic TLV-to-JSON conversion approach in default_success_fcn. Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
Add tlv_to_json.cpp/h which converts CHIP TLV data model payload to cJSON format for debugging and interoperability. Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>