summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-04-22 13:09:15 +0200
committerFlorian Frank <flori@ping.de>2015-04-22 13:09:15 +0200
commit638a1f782a5539281df39969d817cd7b55dd53f5 (patch)
tree85563805233bc7c38759ee60782391d505455ab3
parent7f60191b6151958e98aae19f37d9602ef3d8a773 (diff)
parent704a7cfc9a6dfcfefd8ce0ca16146cc740ee55a7 (diff)
downloadjson-638a1f782a5539281df39969d817cd7b55dd53f5.tar.gz
Merge pull request #245 from headius/patch-1
Fix mention of C extensions in README
-rw-r--r--README.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rdoc b/README.rdoc
index eda896f..ebb8b82 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -8,9 +8,9 @@ will be two variants available:
* A pure ruby variant, that relies on the iconv and the stringscan
extensions, which are both part of the ruby standard library.
-* The quite a bit faster C extension variant, which is in parts implemented
- in C and comes with its own unicode conversion functions and a parser
- generated by the ragel state machine compiler
+* The quite a bit faster native extension variant, which is in parts
+ implemented in C or Java and comes with its own unicode conversion
+ functions and a parser generated by the ragel state machine compiler
http://www.cs.queensu.ca/~thurston/ragel .
Both variants of the JSON generator generate UTF-8 character sequences by