All Projects → Msgpack11 → Similar Projects or Alternatives

413 Open source projects that are alternatives of or similar to Msgpack11

sexp-grammar
Invertible parsing for S-expressions
Stars: ✭ 28 (-64.1%)
Mutual labels:  serialization
ruby-marshal
Haskell library to parse a subset of Ruby objects serialised with Marshal.dump
Stars: ✭ 30 (-61.54%)
Mutual labels:  serialization
Strictyaml
Type-safe YAML parser and validator.
Stars: ✭ 836 (+971.79%)
Mutual labels:  serialization
Messagepack.swift
It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
Stars: ✭ 246 (+215.38%)
Mutual labels:  messagepack
crystalizer
(De)serialize any Crystal object - out of the box. Supports JSON, YAML and Byte format.
Stars: ✭ 32 (-58.97%)
Mutual labels:  serialization
Hprose Java
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
Stars: ✭ 542 (+594.87%)
Mutual labels:  serialization
json-serialization-benchmarking
Miscellaneous benchmarks for JSON serialization on JVM/Android
Stars: ✭ 48 (-38.46%)
Mutual labels:  serialization
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+2028.21%)
Mutual labels:  msgpack
Ysoserial
A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.
Stars: ✭ 4,808 (+6064.1%)
Mutual labels:  serialization
Django Rest Framework Msgpack
MessagePack support for Django REST framework
Stars: ✭ 78 (+0%)
Mutual labels:  messagepack
Thriftpy
Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
Stars: ✭ 1,156 (+1382.05%)
Mutual labels:  serialization
Unicorn
A Sitecore utility designed to simplify deployment of Sitecore items across environments automatically
Stars: ✭ 252 (+223.08%)
Mutual labels:  serialization
graphql-binary
GraphQL binary protocol for smaller network traffic and parsing performance
Stars: ✭ 41 (-47.44%)
Mutual labels:  msgpack
Depot.js
📦 depot.js is a storage library with a simple API
Stars: ✭ 247 (+216.67%)
Mutual labels:  serialization
Jsoniter Scala
Scala macros for compile-time generation of safe and ultra-fast JSON codecs
Stars: ✭ 410 (+425.64%)
Mutual labels:  serialization
Thorsserializer
C++ Serialization library for JSON
Stars: ✭ 241 (+208.97%)
Mutual labels:  serialization
cbor-d
Concise Binary Object Representation (CBOR) binary data format for D language
Stars: ✭ 20 (-74.36%)
Mutual labels:  serialization
Hprose Html5
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
Stars: ✭ 237 (+203.85%)
Mutual labels:  serialization
json5
Header only JSON/JSON5 parser and serializer for C++
Stars: ✭ 22 (-71.79%)
Mutual labels:  serialization
Prefser
Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Stars: ✭ 228 (+192.31%)
Mutual labels:  serialization
odin
Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python
Stars: ✭ 24 (-69.23%)
Mutual labels:  msgpack
Hyperion
Polymorphic serialization for .NET
Stars: ✭ 225 (+188.46%)
Mutual labels:  serialization
Jsoncons
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Stars: ✭ 400 (+412.82%)
Mutual labels:  messagepack
Jsonapi Rb
Efficiently produce and consume JSON API documents.
Stars: ✭ 219 (+180.77%)
Mutual labels:  serialization
Dahomey.Cbor
High-performance CBOR (RFC 7049) serialization framework for .Net (C#)
Stars: ✭ 47 (-39.74%)
Mutual labels:  serialization
sexpresso
An s-expression library for C++
Stars: ✭ 41 (-47.44%)
Mutual labels:  serialization
Libcbor
CBOR protocol implementation for C
Stars: ✭ 215 (+175.64%)
Mutual labels:  serialization
Beeschema
Binary Schema Library for C#
Stars: ✭ 46 (-41.03%)
Mutual labels:  serialization
Cachingframework.redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Stars: ✭ 209 (+167.95%)
Mutual labels:  serialization
zerorpc-dotnet
A .NET implementation of ZeroRPC
Stars: ✭ 21 (-73.08%)
Mutual labels:  msgpack
Dart Json Mapper
Serialize / Deserialize Dart Objects to / from JSON
Stars: ✭ 206 (+164.1%)
Mutual labels:  serialization
Nfx
C# Server UNISTACK framework [MOVED]
Stars: ✭ 379 (+385.9%)
Mutual labels:  serialization
Chronicle Wire
A Java Serialisation Library that supports multiple formats
Stars: ✭ 204 (+161.54%)
Mutual labels:  serialization
hs-packer
Fast serialization in haskell
Stars: ✭ 13 (-83.33%)
Mutual labels:  serialization
Django Rest Marshmallow
Marshmallow schemas for Django REST framework
Stars: ✭ 198 (+153.85%)
Mutual labels:  serialization
Rapidyaml
Rapid YAML - a library to parse and emit YAML, and do it fast.
Stars: ✭ 183 (+134.62%)
Mutual labels:  serialization
bookshelf-advanced-serialization
Plugin for Bookshelf.js supporting advanced serialization behavior
Stars: ✭ 17 (-78.21%)
Mutual labels:  serialization
Jsons
🐍 A Python lib for (de)serializing Python objects to/from JSON
Stars: ✭ 178 (+128.21%)
Mutual labels:  serialization
Lockstepengine
A lockstep solution include lots of deterministic library (Math,Collision,Navmesh,BehaviorTree,Serialization ...)
Stars: ✭ 376 (+382.05%)
Mutual labels:  serialization
Kaml
YAML support for kotlinx.serialization
Stars: ✭ 178 (+128.21%)
Mutual labels:  serialization
ormsgpack
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Stars: ✭ 88 (+12.82%)
Mutual labels:  msgpack
Aspjson
A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
Stars: ✭ 165 (+111.54%)
Mutual labels:  serialization
Simplify Core
Simplify 为简化重复的JAVA代码而生,基于JDK8,无其它jar包依赖,提供序列化,json parse/generator,日期处理,asm && jdkproxy 实现动态代理功能 等常见操作。
Stars: ✭ 65 (-16.67%)
Mutual labels:  serialization
Hprose Php
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Stars: ✭ 1,952 (+2402.56%)
Mutual labels:  serialization
cq
Clojure Command-line Data Processor for JSON, YAML, EDN, XML and more
Stars: ✭ 111 (+42.31%)
Mutual labels:  msgpack
Orjson
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Stars: ✭ 2,595 (+3226.92%)
Mutual labels:  serialization
HTTP-Wrapper
A simple http wrapper
Stars: ✭ 13 (-83.33%)
Mutual labels:  serialization
Kdl
kat's document language
Stars: ✭ 149 (+91.03%)
Mutual labels:  serialization
schema-gen
XML Schema code generator outputting Swift, Kotlin and Java
Stars: ✭ 25 (-67.95%)
Mutual labels:  serialization
Jsona
Data formatter that creates simplified objects from JSON or stored reduxObject, creates JSON from the same simplified objects (in according with JSON API specification)
Stars: ✭ 144 (+84.62%)
Mutual labels:  serialization
Arq
Fast job queuing and RPC in python with asyncio and redis.
Stars: ✭ 695 (+791.03%)
Mutual labels:  msgpack
kdl4j
KDL Parser for the JVM
Stars: ✭ 16 (-79.49%)
Mutual labels:  serialization
Json Mobx
Simple undo/redo and persistence for MobX
Stars: ✭ 78 (+0%)
Mutual labels:  serialization
Luajit Msgpack Pure
MessagePack for LuaJIT (using FFI, no bindings, V4 API)
Stars: ✭ 71 (-8.97%)
Mutual labels:  messagepack
Esa Restlight
ESA Restlight is a lightweight and rest-oriented web framework.
Stars: ✭ 67 (-14.1%)
Mutual labels:  serialization
Mongoengine Goodjson
More human-readable json serializer/deserializer for MongoEngine
Stars: ✭ 56 (-28.21%)
Mutual labels:  serialization
Play Json Extra
playframework2 json extra module. provide convenience functions for define Format, Reads, Writes
Stars: ✭ 20 (-74.36%)
Mutual labels:  serialization
Cista
Simple C++ Serialization & Reflection.
Stars: ✭ 535 (+585.9%)
Mutual labels:  serialization
goodform
MsgPack/JSON Validation (msgpack.org[C++11])
Stars: ✭ 21 (-73.08%)
Mutual labels:  msgpack
libfluent
Library to send log as fluentd forwarding message
Stars: ✭ 24 (-69.23%)
Mutual labels:  messagepack
301-360 of 413 similar projects