1 config BR2_PACKAGE_BENEJSON
3 depends on BR2_INSTALL_LIBSTDCPP
5 benejson is a buffering SAX-style JSON parser library.
6 The library package contains 3 major components:
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
12 https://codehero.github.io/benejson/
14 comment "benejson needs a toolchain w/ C++"
15 depends on !BR2_INSTALL_LIBSTDCPP