1config BR2_PACKAGE_LIBFASTJSON 2 bool "libfastjson" 3 # uses the __sync_*_4 intrisics, or pthreads to emulate atomicity 4 depends on BR2_TOOLCHAIN_HAS_SYNC_4 || BR2_TOOLCHAIN_HAS_THREADS 5 help 6 Libfastjson - A fast json library for C 7 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: 11 12 - a small library with essential json handling functions 13 - sufficiently good json support (not 100% standards 14 compliant) 15 - be very fast in processing 16 17 https://github.com/rsyslog/libfastjson/ 18