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
/
lib
/
json
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare new version 1.7.2
v1.7.2
Florian Frank
2012-05-11
1
-1
/
+1
*
Work around jruby's inconsistent Time implement.
Florian Frank
2012-05-10
1
-1
/
+4
*
Fix string/regexp encoding mismatch in jruby
Florian Frank
2012-05-10
2
-7
/
+13
*
Prepare new version
Florian Frank
2012-05-09
1
-1
/
+1
*
new version 1.7.0
v1.7.0
Florian Frank
2012-04-28
1
-1
/
+1
*
Add JSON::GenericObject
Florian Frank
2012-04-28
2
-11
/
+5
*
new version 1.6.7
Florian Frank
2012-04-28
1
-1
/
+1
*
Add implementation for a light object
Florian Frank
2012-04-27
2
-2
/
+10
*
Add implementation for a light object
Florian Frank
2012-04-27
2
-0
/
+38
*
Use C implementation and better regexp for pure
Florian Frank
2012-03-20
1
-2
/
+6
*
Clean up code a bit
Florian Frank
2012-02-11
1
-1
/
+1
*
Prepare new version
v1.6.5
Florian Frank
2012-01-15
1
-1
/
+1
*
Prepare new version
Florian Frank
2011-12-24
1
-1
/
+1
*
Small fix: JSON.load('') # => nil
Florian Frank
2011-12-01
2
-2
/
+3
*
Merge branch 'extract-fbuffer'
Florian Frank
2011-11-23
1
-9
/
+20
|
\
|
*
Extract fbuffer and use it in parser and generator
Florian Frank
2011-11-23
1
-1
/
+1
|
*
change documentation
Florian Frank
2011-11-10
1
-2
/
+2
|
*
start to make buffer_initial_length configurable
Florian Frank
2011-11-09
1
-9
/
+20
*
|
Merge branch 'master' of https://github.com/jpartlow/json into jpartlow-master
Florian Frank
2011-11-22
1
-2
/
+2
|
\
\
|
*
|
Fix for Time.json_create ensures == Time instances for roundtrip through JSON...
Josh Partlow
2011-11-18
1
-2
/
+2
|
|
/
*
|
Make JSON.dump and JSON.load support Rails better
Florian Frank
2011-11-22
1
-4
/
+38
*
|
Prepare new version 1.6.2
Florian Frank
2011-11-22
1
-1
/
+1
*
|
Add support for OpenStruct
Florian Frank
2011-11-21
3
-0
/
+43
|
/
*
probe for read before calling it
Florian Frank
2011-11-03
1
-1
/
+1
*
always raise type error when parsing nil
Florian Frank
2011-11-03
1
-2
/
+7
*
Add support for BigDecimal numbers
Florian Frank
2011-10-02
1
-0
/
+21
*
Prepare new release 1.6.1
v1.6.1
Florian Frank
2011-09-18
1
-1
/
+1
*
Extract utils out of this library into json-utils
v1.6.0
Florian Frank
2011-09-13
12
-3172
/
+2
*
Split all implementations into single files
Florian Frank
2011-09-12
9
-241
/
+273
*
Add some documentation
v1.5.4
Florian Frank
2011-08-31
2
-0
/
+4
*
Move rational and complex additions in own files
Florian Frank
2011-08-30
3
-38
/
+44
*
Merge branch 'quirks-mode'
Florian Frank
2011-08-29
3
-60
/
+117
|
\
|
*
Merge branch 'quirks-mode-parser' into quirks-mode
Florian Frank
2011-07-27
1
-55
/
+87
|
|
\
|
|
*
Implement quirks_mode
Florian Frank
2011-07-27
1
-55
/
+87
|
*
|
started quirks mode for generator
Florian Frank
2011-07-27
2
-5
/
+30
|
|
/
*
|
Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]
Eric Hodel
2011-08-26
1
-32
/
+32
*
|
Add (de-)serialisation methods f. Complex/Rational
Florian Frank
2011-08-25
1
-2
/
+40
|
/
*
delete after having been obsoleted
Florian Frank
2011-07-25
1
-8
/
+0
*
Oh, look loading the extension is much easier now
Florian Frank
2011-07-24
1
-15
/
+2
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
5
-28
/
+28
*
* remove trailing spaces.
nobu
2011-07-07
1
-1
/
+1
*
* lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop res...
nobu
2011-07-07
1
-1
/
+1
*
Bump up version to 1.5.4
Florian Frank
2011-07-04
1
-1
/
+1
*
Alias State#configure method as State#merge
Florian Frank
2011-06-20
1
-0
/
+1
*
Define as_json methods, so rails can make objects
Florian Frank
2011-06-20
1
-41
/
+106
*
Bump version to 1.5.3
Florian Frank
2011-06-17
1
-1
/
+1
*
Merge branch 'master' of gate.dyna.ping.de:/git/json
Florian Frank
2011-06-09
1
-1
/
+1
|
\
|
*
typo, README file extension
lorensr
2011-05-11
1
-1
/
+1
*
|
Apply patch by Cory Monty <cory.monty@gmail.com>.
Florian Frank
2011-06-09
2
-5
/
+40
|
/
*
Create gemspecs
Florian Frank
2011-05-11
1
-1
/
+1
[next]