File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ will be two variants available:
88
99* A pure ruby variant, that relies on the iconv and the stringscan
1010 extensions, which are both part of the ruby standard library.
11- * The quite a bit faster C extension variant, which is in parts implemented
12- in C and comes with its own unicode conversion functions and a parser
13- generated by the ragel state machine compiler
11+ * The quite a bit faster native extension variant, which is in parts
12+ implemented in C or Java and comes with its own unicode conversion
13+ functions and a parser generated by the ragel state machine compiler
1414 http://www.cs.queensu.ca/~thurston/ragel .
1515
1616Both variants of the JSON generator generate UTF-8 character sequences by
You can’t perform that action at this time.
0 commit comments