179c382c06
Libfastjson is a fork of json-c, and a dependency of newer versions of rsyslog. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
526 B
Plaintext
17 lines
526 B
Plaintext
config BR2_PACKAGE_LIBFASTJSON
|
|
bool "libfastjson"
|
|
# uses __sync_val_compare_and_swap_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
help
|
|
Libfastjson - A fast json library for C
|
|
|
|
Libfastjson is a fork from json-c. The aim of this project
|
|
is not to provide a slightly modified clone of json-c.
|
|
Its aim is to provide:
|
|
|
|
- a small library with essential json handling functions
|
|
- sufficiently good json support (not 100% standards compliant)
|
|
- be very fast in processing
|
|
|
|
https://github.com/rsyslog/libfastjson/
|