A fast JSON parser/generator for Java.
-
Updated
Sep 4, 2020 - Java
{{ message }}
A fast JSON parser/generator for Java.
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
Hey folks, thanks for a pretty bad ass library! I'm seeing a 3-3.3x gain when decoding fairly large JSON payloads (40-50MB) as compared stdlib/json-iterator.
Few things in the generated code that struck me as odd are the allocation sizes for slices/maps:
appendInstead of this, I
A lightweight, clean and simple JSON implementation in Scala
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
A tool for fast serializing & deserializing of JSON
Create a JSON API/Feed for your elements in Craft.
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Code I use in my game for all serialization/deserialization/introspection stuff
Modern C++ REST Client library
PyJFuzz - Python JSON Fuzzer
Save Game Free is a free and simple but powerful solution for saving and loading game data in unity.
High Performance JSON Serialization for ActiveRecord & Ruby Objects
C++ Serialization library for JSON
Swan stands for Stuff We All Need. Unosquare's collection of C# extension methods and classes.
MOVED TO GITLAB
Convert JSON to Kotlin Data Classes
Fast and nice to use C++ JSON library.
A killer modern C++ library for interacting with JSON.
Go package that handles HTML, JSON, XML and etc. responses
The moveToKey function is a O(n) search from its current position to the desired key or an error from the end of the object. The succinct data structures make this incredibly fast and the movements are super efficient.
But how efficient this is remains to be measured. Create benchmarks for an increasing in size ordered key object and find out where we run into performance problems by lookin
WIP, use libmir/asdf package for now
MessagePack and JSON serializer for Unity3D
Simple and easy JSON parser, JSON generator, and data holder based on JSONArray and JSONObject for android
AST free JSON library for Scala
Add a description, image, and links to the json-serialization topic page so that developers can more easily learn about it.
To associate your repository with the json-serialization topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?