eed3si9n / sjson-new

a typeclass based JSON codec that's backend independent
Apache License 2.0
36 stars 19 forks source link

Binary mode #1

Closed eed3si9n closed 8 years ago

xuwei-k commented 8 years ago

Is there any reason does not use http://msgpack.org/ ?

eed3si9n commented 8 years ago

I thought the MessagePack spec is complicated, and also didn't like that the field names are stored for all maps. Now that I've gotten used to staring at binary, I might try implementing MessagePack too. This format is based loosely on Protocol Buffers, except I'm keeping the field name.