-
Updated
Jun 3, 2021 - C++
#
json-parser
Here are 951 public repositories matching this topic...
JSON for Modern C++
json
json-serialization
msgpack
cbor
json-parser
header-only
messagepack
json-pointer
json-patch
stl-containers
rfc-6901
rfc-6902
rfc-7159
rfc-7049
json-diff
bson
ubjson
json-merge-patch
rfc-8259
A fast JSON parser/generator for Java.
android
java
serialization
json
json-serialization
deserialization
json-parser
fastjson
json-serializer
best-performance
-
Updated
Jun 3, 2021 - Java
The better way to deal with JSON data in Swift.
swift
json
cocoapods
carthage
request
json-parser
response
swiftyjson
json-parsing-swift
json-parsing-library
xcode10
swift4-2
-
Updated
Apr 2, 2021 - Swift
FlatBuffers: Memory Efficient Serialization Library
javascript
python
c
java
go
c-sharp
rust
c-plus-plus
serialization
typescript
protobuf
cross-platform
flatbuffers
zero-copy
marshalling
grpc
rpc
json-parser
mmap
serialization-library
-
Updated
Jun 5, 2021 - C++
A high-performance 100% compatible drop-in replacement of "encoding/json"
-
Updated
May 5, 2021 - Go
One of the fastest alternative JSON parser for Go that does not require schema
-
Updated
May 11, 2021 - Go
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
java
jquery
ioc
mail
database
micro-framework
http-client
html-parser
java8
json-parser
utility-library
aop
jodd
-
Updated
May 19, 2021 - Java
prateek
commented
Apr 27, 2020
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:
- Slice is set to size 1 initially, values are appended using
append - Map does not have a default size specified
Instead of this, I
Optimized JSON
-
Updated
Apr 28, 2021 - C
An incredibly fast, pure Elixir JSON library
-
Updated
Jan 9, 2021 - Elixir
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
-
Updated
Jan 3, 2021 - Python
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
-
Updated
Jan 20, 2021 - Java
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
-
Updated
May 16, 2021 - Go
A lightweight, clean and simple JSON implementation in Scala
-
Updated
Mar 8, 2021 - Scala
Converter utility between XML text and Javascript object / JSON text.
javascript
parser
json
cdata
xml
json-parser
xml-parser
json-xml
json-converter
convertor
convert-js
xml-js
-
Updated
May 12, 2021 - JavaScript
Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
-
Updated
Apr 13, 2021 - Ruby
jsonui is an interactive JSON explorer on your command line
api
golang
productivity
json
command-line
json-parser
software-development
command-line-tool
terminal-based
terminal-app
-
Updated
Feb 18, 2020 - Go
JSON parser which picks up values directly without performing tokenization in Rust
-
Updated
Sep 21, 2017 - Rust
Purely functional JSON parser and library in scala.
-
Updated
Jun 2, 2021 - Scala
FlatBuffers Compiler and Library in C for C
-
Updated
May 27, 2021 - C
Efficient, easy-to-use, and fast PHP JSON stream parser
-
Updated
May 22, 2021 - PHP
JSON processing utility
cli
unix
json
command-line
tool
multithreading
json-parser
unix-command
json-tree
unix-shell
json-manipulation
lexemes
recursive-search
json-element
walk-paths
source-json
subscripts
manipulate-jsons
subscript-lexemes
json-entry
-
Updated
Jan 29, 2021 - C++
Streaming JSON parser for Go
-
Updated
Aug 13, 2020 - Go
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
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
jmespath
csv-parser
csv-reader
jsonschema
json-construction
streaming-json-read
-
Updated
Jun 5, 2021 - C++
Improve this page
Add a description, image, and links to the json-parser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-parser topic, visit your repo's landing page and select "manage topics."


Currently our JSON Pointer API assumes a DOM tree, but it is obvious that we can do it with On Demand.
If the pointer points at an array or an object, you'd like to be able to do...