Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Jansson Alternatives
Similar projects and alternatives to Jansson
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
JSMN
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
-
-
json-c
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
-
-
ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
-
-
-
tiny-json
The tiny-json is a versatile and easy to use json parser in C suitable for embedded systems. It is fast, robust and portable.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Jansson discussion
Jansson reviews and mentions
-
A good C library to parse json data
I'm a fan of jansson easy to use and great documentation
-
jemi: a compact JSON serializer for embedded systems
Context: I needed to emit rather complex compound JSON data for a C-based project I'm working on. I could do it all with sprintf(), but it got messy quickly. I looked at available libraries such as jansson and CCAN's json, but they both used malloc(), which isn't an option in my case.
-
How can I parse JSON with C?
I find jansson quite usable and minimal: https://github.com/akheron/jansson
-
Good json libraries?
JanSON has been really good for my uses. Simple, intuitive, fast.
-
How I cut GTA Online loading times by 70%
I don't see why something like Jansson wouldn't.
-
C Deep
Jansson - Library for encoding, decoding and manipulating JSON. MIT
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 7 Nov 2024
Stats
akheron/jansson is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Jansson is C.