gdoor-org / gdoor

Wifi adapter and bus protocol documentation for the Gira TKS Door System
https://gdoor-org.github.io/
GNU General Public License v3.0
14 stars 4 forks source link

Output is invalid JSON #4

Closed jschroeter closed 2 months ago

jschroeter commented 2 months ago

e.g. validate the output with https://jsonlint.com/:

jschroeter commented 2 months ago

I quickly tried using ArduinoJson in https://github.com/gdoor-org/gdoor/tree/4-output-is-invalid-json but need some help/more time. Also not sure if this is needed knowing that @ravenst0ne is working on something similar already?

DaSchaef commented 2 months ago

ArduinoJson is a pretty big library. But I would add it, we also want to receive json, and with ArduinoJson we can avoid complicated string parsing.

DaSchaef commented 2 months ago

Closed in #6