_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
yyjson 0.12.0
Channel: guix
Location: gnu/packages/c.scm (gnu packages c)
Home page: https://github.com/ibireme/yyjson
Licenses: Expat
Synopsis: C implementation of JSON RFC 8259
Description:

This package provides an implementation of JSON in ANSI C as specified in RFC 8259. 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.

Total results: 1