You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
270
270
271
271
## JSON
272
272
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]
273
274
*[frozen](https://github.com/cesanta/frozen) - JSON parser and generator for C/C++. [GPL & GPLv2]
274
275
*[Jansson](https://github.com/akheron/jansson) - C library for encoding, decoding and manipulating JSON data. [MIT]
275
276
*[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
428
429
## XML
429
430
*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*
430
431
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]
431
433
*[Expat](http://www.libexpat.org/) - An XML parser library written in C. [MIT]
432
434
*[Libxml2](http://xmlsoft.org/) - The XML C parser and toolkit of Gnome. [MIT]
433
435
*[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
636
638
*[awesome](https://github.com/sindresorhus/awesome) - A curated list of awesome lists.
637
639
*[free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books.
638
640
*[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.
639
643
*[awesome-php](https://github.com/ziadoz/awesome-php) - Awesome PHP libraries, resources and shiny things.
640
644
*[awesome-python](https://github.com/vinta/awesome-python) - Awesome Python frameworks, libraries and software.
641
645
*[awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources.
0 commit comments