Skip to content

Commit

Permalink
add utf8 validation as a feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Nov 24, 2011
1 parent 9faaf3c commit 6742c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ Features
* Small codebase: handcoded parser and efficient factorisation make the code smalls.
* Fast: use efficient code and small parsing tables for maximum efficiency.
* Full JSON support.
* UTF8 validation of the input.
* No number conversion: user convert data the way they want.
* Secure: optional limits on nesting level, and on data size.
* Optional comments: in YAML/python style and C style.
Expand Down

0 comments on commit 6742c22

Please sign in to comment.