PSON

binary serializer

A binary serialization format for JSON focused on minimizing network size

A super efficient binary serialization format for JSON.

GitHub

459 stars
15 watching
33 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pascaldekloe/colfer A binary serialization format designed for speed and size, generating source code from schema definitions. 745
quid2/flat A binary serialization format for compact data storage and efficient transfer 60
burningtree/uson A data serialization format designed to be human-readable and suitable for shell environments. 78
phadej/igbinary A binary serialization format designed to replace the standard PHP serializer with improved compression and reduced storage requirements. 259
svenvc/neouniversalbinaryjson An implementation of Universal Binary JSON format in Pharo Smalltalk 5
sirthias/borer Provides efficient serialization and deserialization capabilities for binary data formats 224
meeron/pybinn A Python wrapper around a binary serialization format 5
donavon/superjson-remix A solution that allows sending binary data from a server-side loader to a React client app without requiring JSON parsable data 84
ndsev/zserio A framework for compact and efficient serialization of structured data with low overhead 109
intel/tinycbor A C library for serializing and deserializing binary objects in a compact format 501
mgsloan/store A fast binary serialization library in Haskell with efficient encoding and decoding of various data types 109
ngs-doo/dsl-json A high-performance JSON serialization library for Java, designed to work efficiently with existing POJO classes and providing features such as compile-time databinding and streaming support. 1,013
swissdatasciencecenter/calamus A Python library for serializing data to JSON-LD format 29
fraillt/bitsery A binary serialization library optimized for speed and space. 1,078
antidot/pyckson A simple Python library to serialize objects to JSON by discovering class structure from init signatures and using camelCase for key names. 28