libyyjson0

high performance JSON library written in ANSI C

Description

Some features of the library are:

 - Fast: can read or write gigabytes per second JSON data on modern CPUs.
 - Portable: complies with ANSI C (C89) for cross-platform compatibility.
 - Strict: complies with RFC 8259 JSON standard, ensuring strict number format
   and UTF-8 validation.
 - Extendable: offers options to allow comments, trailing commas, NaN/Inf, and
   custom memory allocator.
 - Accuracy: can accurately read and write int64, uint64, and double numbers.
 - Flexible: supports unlimited JSON nesting levels, \u0000 characters, and non
   null-terminated strings.
 - Manipulation: supports querying and modifying using JSON Pointer, JSON Patch
   and JSON Merge Patch.
 - Developer-Friendly: easy integration with only one .h and one .c file.

This package contains the shared library.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/ibireme/yyjson


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libyyjson0