SJSON will reset module if parsed string is invalid
Posted: Sun Dec 15, 2019 1:48 pm
At one point in my code I use sjson.decode() which decodes data received over UDP. How can I protect the controller from resetting when it receives an invalid JSON? It just panics if the format is not correct.