From 53ef595a5870063e611ee2273aa47faa0d33fcf2 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Fri, 23 May 2025 17:07:47 +0100 Subject: [PATCH] SERIALISATION.md: Add CBOR information. --- SERIALISATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SERIALISATION.md b/SERIALISATION.md index dd2ff8f..444dee1 100644 --- a/SERIALISATION.md +++ b/SERIALISATION.md @@ -27,7 +27,7 @@ Self-describing: 1. json [ASCII, official](http://docs.micropython.org/en/latest/library/json.html). 2. pickle (ASCII, official) 3. MessagePack [binary, unofficial](https://github.com/peterhinch/micropython-msgpack) - 4. CBOR [binary, unofficial](https://github.com/alexmrqt/micropython-cbor/tree/master) + 4. CBOR [binary, unofficial](https://github.com/alexmrqt/micropython-cbor/tree/master) Requiring a schema: 5. struct [binary, official](http://docs.micropython.org/en/latest/library/struct.html) 6. protobuf [binary, unofficial](https://github.com/dogtopus/minipb)