A fast JSON parser/generator for Java.
-
Updated
Sep 4, 2020 - Java
{{ message }}
A fast JSON parser/generator for Java.
The better way to deal with JSON data in Swift.
FlatBuffers: Memory Efficient Serialization Library
https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8
A high-performance 100% compatible drop-in replacement of "encoding/json"
One of the fastest alternative JSON parser for Go that does not require schema
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
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
Optimized JSON
An incredibly fast, pure Elixir JSON library
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
A lightweight, clean and simple JSON implementation in Scala
Converter utility between XML text and Javascript object / JSON text.
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
JSON parser which picks up values directly without performing tokenization in Rust
jsonui is an interactive JSON explorer on your command line
Purely functional JSON parser and library in scala.
Streaming JSON parser for Go
FlatBuffers Compiler and Library in C for C
JSON processing utility
Exposing problems in json parsers of several programming languages.
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
All exceptions in namespace JsonMachine\Exception should extend one common exception, say JsonMachineException, so that userland code can catch for only one type and catch anything from this library. Fell free to create pull request and participate :)
Add a description, image, and links to the json-parser topic page so that developers can more easily learn about it.
To associate your repository with the json-parser 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?