From 55856a2eab1d9443b842c26272bd0595cd13bdbc Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Tue, 29 Jul 2014 21:27:19 +0200 Subject: [PATCH] Changes to readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe1a18e..0f22a2e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ##About Parson is a lighweight [json](http://json.org) parser and reader written in C. +If you need serialization and json value building in code, use [parson-devel](https://github.com/kgabis/parson-devel), which has extended API, but may change in future. ##Features * Full JSON support