1config BR2_PACKAGE_BENEJSON 2 bool "benejson" 3 depends on BR2_INSTALL_LIBSTDCPP 4 help 5 benejson is a buffering SAX-style JSON parser library. 6 The library package contains 3 major components: 7 8 - benejson.js: SAX-style parser written in Javascript 9 - PullParser: A C++ class for JSON pull parsing 10 - Core: The parsing core with minimal dependencies 11 12 https://codehero.github.io/benejson/ 13 14comment "benejson needs a toolchain w/ C++" 15 depends on !BR2_INSTALL_LIBSTDCPP 16