Open pfeatherstone opened 1 year ago
We need to document our position on these other serialization formats - that is, that we do not support them nor do we intend to support them. And we should explain why. We could offer serializers for other formats like MSGPACK as example programs - not part of the public API of the library itself, and without a corresponding parser.
It's not immediately obvious to me. Making this work with Beast would be awesome. I don't want to send massive stringy JSON objects to the browser. Msgpack is way better
Compress the JSON using gzip
Would be great if you could serialize/deserialize to/from a
json
object.