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: over 1 year ago
Linked from 3 awesome lists
carthagechunkjsonobjective-cparsingsbjson
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Demonstrates chunked delivery of JSON data using NSURLSessionDataDelegate in Objective-C. | 7 |
| | An Objective-C app that uses SBJson 4 to reformat JSON data for display on OS X | 6 |
| | Simplifies JSON handling in Objective-C by providing a safe and concise way to access JSON data | 12 |
| | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
| | A lightweight JSON parser and tokenizer written in C. | 3,726 |
| | Converts JSON data to Smalltalk objects and vice versa efficiently. | 42 |
| | A high-performance JSON parser that minimizes memory allocation and copying. | 28 |
| | A high-performance Objective-C JSON serialization and deserialization library with built-in compression support. | 6,214 |
| | A high-performance JSON library written in ANSI C. | 3,164 |
| | A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 |
| | A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,426 |
| | Generates optimized JSON serialization functions for Go structures | 2,967 |
| | A lightweight C implementation of optimized JSON parsing and processing. | 34 |
| | A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection. | 2,310 |
| | Supports the use of BSON data format in JSON processing | 293 |