An implementation of msgpack for Janet.
- Supports encoding most Janet types (tables, arrays, primitives, etc...)
- Uses ludocdoe/mpack for decode, hand-coded encoding.
- Automated testing with comparison to Python impl
- American Fuzzy Lop
- This is difficult to do because we aren't a C program
I.E: Libraries and copied code
- janet/json by @bakpakin - Code for Janet interop largely copied from here
- ludocode/mpack - Used for msgpack decoding