summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2015-04-21 08:45:47 -0500
committerCharles Oliver Nutter <headius@headius.com>2015-04-21 08:45:47 -0500
commit704a7cfc9a6dfcfefd8ce0ca16146cc740ee55a7 (patch)
tree85563805233bc7c38759ee60782391d505455ab3
parent7f60191b6151958e98aae19f37d9602ef3d8a773 (diff)
downloadjson-704a7cfc9a6dfcfefd8ce0ca16146cc740ee55a7.tar.gz
Fix mention of C extensions in README
JRuby's extension is part of json now and is written in Java.
-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