File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33=== Description
44
55This is a implementation of the JSON specification according to RFC 4627
6- ( http://www.ietf.org/rfc/rfc4627.txt) . Starting from version 1.0.0 on there
6+ http://www.ietf.org/rfc/rfc4627.txt . Starting from version 1.0.0 on there
77will 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.
1111* The quite a bit faster C extension variant, which is in parts implemented
1212 in C and comes with its own unicode conversion functions and a parser
1313 generated by the ragel state machine compiler
14- ( http://www.cs.queensu.ca/~thurston/ragel) .
14+ http://www.cs.queensu.ca/~thurston/ragel .
1515
1616Both variants of the JSON generator escape all non-ASCII and control characters
1717with \uXXXX escape sequences, and support UTF-16 surrogate pairs in order to be
@@ -224,7 +224,7 @@ the pp library's pp methods.
224224
225225The script tools/server.rb contains a small example if you want to test, how
226226receiving a JSON object from a webrick server in your browser with the
227- javasript prototype library ( http://www.prototypejs.org) works.
227+ javasript prototype library http://www.prototypejs.org works.
228228
229229=== Speed Comparisons
230230
You can’t perform that action at this time.
0 commit comments