From e36fa2ab418581de73d7a21faac17e02e2d61961 Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Thu, 18 Oct 2012 21:37:03 +0200 Subject: [PATCH] Changes in README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 331d0c8..cf35ef8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -#parson - ##About -Parson is a small json parser and reader written in C. +Parson is a small [json](http://json.org) parser and reader written in C. ##Features * Small (only 2 files) @@ -13,7 +11,7 @@ Parson is a small json parser and reader written in C. ##Installation Run the following code: ``` -git clone http://github.com/kgabis/parson.git +git clone https://github.com/kgabis/parson.git ``` and copy parson.h and parson.c to you source code tree. @@ -71,5 +69,8 @@ Date SHA Author ... ``` +##Important +Parson currently supports hexadecimal and octal numbers, but they're not a part of JSON standard, so you shouldn't use them. + ##License [The MIT License (MIT)](http://opensource.org/licenses/mit-license.php) \ No newline at end of file