mirror of
git://soft.sys114.com/klipper
synced 2026-02-06 23:29:48 +09:00
Convert to a new json message format. Requests look like:
{"id":14, "method": "info", "params": {}}
and responses look like:
{"id": 14, "result": {}}
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>