]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/Library/JsonLib/Readme.rst
RedfishPkg/library: EDK2 port of jansson library
[mirror_edk2.git] / RedfishPkg / Library / JsonLib / Readme.rst
CommitLineData
ea830b96
AC
1=============================================================================\r
2 Introduction\r
3=============================================================================\r
4 Jansson is a C library for encoding, decoding and manipulating JSON data.\r
5Its main features and design principles are:\r
6\r
7 - Simple and intuitive API and data model\r
8 - Comprehensive documentation\r
9 - No dependencies on other libraries\r
10 - Full Unicode support (UTF-8)\r
11 - Extensive test suite\r
12\r
13 Jansson is licensed under the MIT license(refer to ReadMe.rst under edk2).\r
14It is used in production and its API is stable. It works on numerous\r
15platforms, including numerous Unix like systems and Windows. It's suitable\r
16for use on any system, including desktop, server, and small embedded systems.\r
17\r
18 In UEFI/EDKII environment, Redfish project consumes jansson to achieve JSON\r
19operations.\r
20\r
21* Jansson version on edk2: 2.13.1, API reference is on the below URL,\r
22 https://jansson.readthedocs.io/en/2.13/apiref.html\r
23\r
24* EDKII jansson library wrapper:\r
25 - JsonLib.h:\r
26 This is the denifitions of EDKII JSON APIs which are mapped to\r
27 jannson funcitons accordingly.\r
28\r
29*Known issue:\r
30 Build fail with jansson/src/load.c, add code in load.c to conditionally\r
31 use stdin according to HAVE_UNISTD_H macro. The PR is submitted to\r
32 jansson open source community.\r
33 https://github.com/akheron/jansson/pull/558\r
34\r
35\r