SBJson
Chunk parser
A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks.
This framework implements a strict JSON parser and generator in Objective-C.
4k stars
153 watching
687 forks
Language: Objective-C
last commit: 5 months ago
Linked from 3 awesome lists
carthagechunkjsonobjective-cparsingsbjson
Related projects:
Repository | Description | Stars |
---|---|---|
sbjson/chunkeddelivery | Demonstrates chunked delivery of JSON data using NSURLSessionDataDelegate in Objective-C. | 7 |
sbjson/displaypretty | An Objective-C app that uses SBJson 4 to reformat JSON data for display on OS X | 6 |
bernikovich/nsteasyjson | Simplifies JSON handling in Objective-C by providing a safe and concise way to access JSON data | 12 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,726 |
svenvc/neojson | Converts JSON data to Smalltalk objects and vice versa efficiently. | 42 |
nixman/flatjson | A high-performance JSON parser that minimizes memory allocation and copying. | 28 |
johnezang/jsonkit | A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. | 6,214 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,164 |
simdjson/simdjson | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
tencent/rapidjson | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,426 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 34 |
valyala/fastjson | A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection. | 2,310 |
michel-kraemer/bson4jackson | Supports the use of BSON data format in JSON processing | 293 |