Comment by magicalhippo
5 months ago
> I wrote an MP implementation specifically for this use case
Perhaps I missed that, can't recall. Will definitely try (again) tho, looks very promising.
As for parsing JSON, the upside is that's its trivial to debug over serial, both viewing and sending, and in my case I could assume limited shenanigans and fail hard if there were issues.
> As for parsing JSON, the upside is that's its trivial to debug over serial, both viewing and sending, and in my case I could assume limited shenanigans and fail hard if there were issues.
Totally yeah, text formats are way easier to work with. This is a very undersold benefit of JSON.