xref: /OK3568_Linux_fs/buildroot/package/yajl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_YAJL
2	bool "yajl"
3	help
4	  Yet Another JSON Library. YAJL is a small event-driven
5	  (SAX-style) JSON parser written in ANSI C, and a small
6	  validating JSON generator.
7
8	  http://lloyd.github.com/yajl/
9