add link to Jansson web to README

This commit is contained in:
Sean Middleditch 2010-01-12 01:31:08 -08:00
parent cd18aa97f0
commit 5a20e2695b

2
README
View File

@ -1,5 +1,7 @@
janssonxx is a simple C++ wrapper around the Jansson library.
http://digip.org/jansson/
It does not purport to be as flexible or efficient as what a competent
developer can achieve using the Jansson C API, but it does offer a
safe and easy to use API that should cover most users' needs.