devel/yyjson - The NetBSD Packages Collection

High performance JSON library written in ANSI C

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.

Build dependencies

devel/cmake pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
(none)

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.