Path to this page:
./
devel/yyjson,
High performance JSON library written in ANSI C
Branch: CURRENT,
Version: 0.10.0,
Package name: yyjson-0.10.0,
Maintainer: vinsA high performance JSON library written in ANSI C.
Features:
* 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.
Master sites:
Filesize: 1502.353 KB
Version history: (Expand)
- (2025-01-08) Package added to pkgsrc.se, version yyjson-0.10.0 (created)
CVS history: (Expand)
2025-01-08 19:00:04 by Paolo Vincenzo Olivo | Files touched by this commit (5) |
Log message:
devel/yyjson: inital import of package
A high performance JSON library written in ANSI C.
Features:
* 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.
|