1 config BR2_PACKAGE_LIBFASTJSON
3 # uses the __sync_*_4 intrisics, or pthreads to emulate atomicity
4 depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS
6 Libfastjson - A fast json library for C
8 Libfastjson is a fork from json-c. The aim of this project
9 is not to provide a slightly modified clone of json-c.
10 Its aim is to provide:
12 - a small library with essential json handling functions
13 - sufficiently good json support (not 100% standards compliant)
14 - be very fast in processing
16 https://github.com/rsyslog/libfastjson/