mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
a09fcddea0
Remove patch Move WWW links to GitHub repo Changelog: https://jansson.readthedocs.io/en/latest/changes.html#version-2-14 PR: 258425 Reviewed by: vanilla (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D31913
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
Jansson is a C library for encoding, decoding and manipulating JSON
|
|
data. Its main features and design principles are:
|
|
|
|
- Simple and intuitive API and data model
|
|
|
|
- Comprehensive documentation
|
|
|
|
- No dependencies on other libraries
|
|
|
|
- Full Unicode support (UTF-8)
|
|
|
|
- Extensive test suite
|
|
|
|
WWW: https://github.com/akheron/jansson
|