Skip to content

Commit d41624f

Browse files
committed
Merge pull request fffaraz#65 from myd7349/master
Add Boost.PropertyTree under JSON/XML
2 parents d51b07c + 27bc657 commit d41624f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
270270

271271
## JSON
272272

273+
* [Boost.PropertyTree](http://www.boost.org/doc/libs/1_55_0/doc/html/property_tree.html) - A property tree parser/generator that can be used to parse XML/JSON/INI/Info files. [Boost]
273274
* [frozen](https://github.com/cesanta/frozen) - JSON parser and generator for C/C++. [GPL & GPLv2]
274275
* [Jansson](https://github.com/akheron/jansson) - C library for encoding, decoding and manipulating JSON data. [MIT]
275276
* [jbson](https://github.com/chrismanning/jbson) - jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]
@@ -428,6 +429,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
428429
## XML
429430
*XML is crap. Really. There are no excuses. XML is nasty to parse for humans, and it's a disaster to parse even for computers. There's just no reason for that horrible crap to exist. - Linus Torvalds*
430431

432+
* [Boost.PropertyTree](http://www.boost.org/doc/libs/1_55_0/doc/html/property_tree.html) - A property tree parser/generator that can be used to parse XML/JSON/INI/Info files. [Boost]
431433
* [Expat](http://www.libexpat.org/) - An XML parser library written in C. [MIT]
432434
* [Libxml2](http://xmlsoft.org/) - The XML C parser and toolkit of Gnome. [MIT]
433435
* [libxml++](http://libxmlplusplus.sourceforge.net/) - An XML Parser for C++. [LGPLv2]
@@ -636,6 +638,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
636638
* [awesome](https://github.com/sindresorhus/awesome) - A curated list of awesome lists.
637639
* [free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books.
638640
* [papers-we-love](https://github.com/papers-we-love/papers-we-love) - Papers from the computer science community to read and discuss.
641+
* [awesome-algorithms](https://github.com/tayllan/awesome-algorithms) - A curated list of awesome places to learn and/or practice algorithms.
642+
* [awesome-nodejs](https://github.com/vndmtrx/awesome-nodejs) - A curated list of delightful Node.js packages and resources.
639643
* [awesome-php](https://github.com/ziadoz/awesome-php) - Awesome PHP libraries, resources and shiny things.
640644
* [awesome-python](https://github.com/vinta/awesome-python) - Awesome Python frameworks, libraries and software.
641645
* [awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources.

0 commit comments

Comments
 (0)