joejack (Joe Jack)
- Login: joejack
- Email: hansoa2@rpi.edu
- Registered on: 08/06/2013
- Last sign in: 08/06/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/06/2013
-
10:07 AM Ruby Bug #8742 (Rejected): JSON.parse can not handle tab in string
- The following JSON file:
----
{
"I am tab": " "
}
----
does not parse when running the script:
----
require 'json'
JSON.parse IO::read 'tab.json'
----
the error message is:
----
/usr/local/lib/ruby/1.9.1/json/common.rb:...