jansson
JSON processor
A JSON data processing library with a simple API and full Unicode support
C library for encoding, decoding and manipulating JSON data
3k stars
130 watching
817 forks
Language: C
last commit: 5 months ago
Linked from 4 awesome lists
cjson
Related projects:
Repository | Description | Stars |
---|---|---|
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,164 |
nlohmann/json | A lightweight C++ library for serializing and deserializing JSON data | 43,665 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 567 |
davegamble/cjson | A lightweight JSON parsing library that aims to simplify data representation and storage | 10,938 |
jqlang/jq | Tool for transforming and manipulating structured data in a flexible and lightweight way | 30,734 |
json-c/json-c | A C library implementing a reference counting object model for constructing and parsing JSON objects. | 2,997 |
zaach/jison | A tool for generating JavaScript parsers from grammars | 4,364 |
josdejong/jsoneditor | A web-based tool for editing and validating JSON data | 11,687 |
quartzjer/js0n | A lightweight JSON parser written in C that efficiently scans and extracts key-value pairs from a JSON string. | 335 |
bblanchon/arduinojson | A lightweight C++ JSON library for embedded systems and IoT devices. | 6,768 |
jsonmodel/jsonmodel | A framework for creating smart data models from JSON | 6,854 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,727 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
stleary/json-java | Provides a reference implementation of JSON parsing and generation in Java | 4,547 |