index
:
delta/ruby-gems/json.git
MagLev-master
add-json-generic-object-loader-dumper
backport-ruby-core
be-compatible-with-ruby-2.2.1
brixen-master
fix-additions-problem-v1.5.5
fix-additions-problem-v1.6.8
fix-regex-stack-overflow
gh-pages
headius-jruby_perf_tweaks
jruby-fix-encoding
json-generic-from_hashes
luislavena-stop-polluting-load-path
master
merge-master-into-MagLev-master
merge-recent-ruby-changes
nobu-master
nobu-trunk
parsing-numbers-with-specified-number-classes
pick-ruby-core
prepare-3.0
raise-error-on-invalid-utf8
remove-generate-task-for-gemspec
replace-nan
rfc-7159-json
sferik-max_nesting
v1.2
v1.8
v2.0
workaround-rbx-encoding-issues
zzak-ruby-2.2
github.com: flori/json
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_json.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up code a bit
Florian Frank
2012-02-11
1
-3
/
+3
*
Support duck typed ruby array in JRuby as well
Florian Frank
2011-12-20
1
-1
/
+29
*
Support object class with duck type hash
Florian Frank
2011-12-20
1
-1
/
+24
*
Small fix: JSON.load('') # => nil
Florian Frank
2011-12-01
1
-0
/
+1
*
Make JSON.dump and JSON.load support Rails better
Florian Frank
2011-11-22
1
-1
/
+14
*
always raise type error when parsing nil
Florian Frank
2011-11-03
1
-0
/
+2
*
Implement quirks_mode
Florian Frank
2011-07-31
1
-0
/
+36
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-1
/
+1
*
should not modify argument
Nobuyoshi Nakada
2011-07-08
1
-0
/
+6
*
re-initialize test
Nobuyoshi Nakada
2011-07-08
1
-2
/
+4
*
* ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.
nobu
2011-07-07
1
-0
/
+7
*
Fix duplicate test
Florian Frank
2011-05-12
1
-39
/
+19
*
Don't optimize calls for ducktypes
Florian Frank
2011-05-12
1
-0
/
+29
*
If a custom :object_class is given, the C extension should not use rb_hash_as...
Jon Leighton
2011-05-11
1
-2
/
+12
*
fixed test setup
Florian Frank
2011-01-02
1
-5
/
+1
*
Revert "use method dispatch for generation again"
Florian Frank
2010-08-05
1
-6
/
+39
*
Revert "use method dispatch for generation again"
Florian Frank
2010-08-05
1
-29
/
+7
*
use method dispatch for generation again
Florian Frank
2010-08-03
1
-7
/
+29
*
Fix for subclassed core classes, github issue 20
v1.4.3
Florian Frank
2010-05-05
1
-1
/
+22
*
Fixed T_FIXNUM bug on 64bit architectures.
v1.4.1
Florian Frank
2010-04-25
1
-0
/
+13
*
implemented symbolize_names feature, #8
Florian Frank
2009-11-25
1
-0
/
+7
*
use Array#permutation if it exists
v1.2.0
Florian Frank
2009-10-26
1
-12
/
+20
*
added additional checks for generate methods
Florian Frank
2009-10-16
1
-5
/
+5
*
initial commit
Florian Frank
2009-08-24
1
-0
/
+312