Package libyyjson: Information
Source package: libyyjson
Version: 0.10.0-alt1
Build time: Nov 20, 2024, 05:40 AM
Category: System/Libraries
Report package bugHome page: https://github.com/ibireme/yyjson
License: MIT
Summary: A high performance JSON library written in ANSI C
Description:
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.
List of RPM packages built from this SRPM:
libyyjson-devel (loongarch64)
libyyjson0 (loongarch64)
libyyjson0-debuginfo (loongarch64)
libyyjson-devel (loongarch64)
libyyjson0 (loongarch64)
libyyjson0-debuginfo (loongarch64)
Maintainer: Denis Rastyogin
Last changed
Nov. 18, 2024 Denis Rastyogin 0.10.0-alt1
- Updated to 0.10.0.
May 2, 2024 Denis Rastyogin 0.9.0-alt1
- Initial build for ALT Sisyphus.