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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some typos
Ryuta Kamizono
2021-04-26
1
-1
/
+1
*
Merge pull request #447 from Shopify/global-freeze-option
Hiroshi SHIBATA
2020-10-20
2
-75
/
+99
|
\
|
*
Implement a freeze: parser option
Jean Boussier
2020-09-15
2
-75
/
+99
*
|
Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...
Chris Seaton
2020-10-07
1
-5
/
+5
|
/
*
Merge pull request #405 from Shopify/escape-slash-2.3.0
NARUSE, Yui
2020-07-31
3
-3
/
+39
|
\
|
*
Add an option to escape forward slash character
Jean Boussier
2020-07-04
3
-3
/
+39
*
|
[refactor] drop old JRuby 1.7 compat code
Karol Bucek
2020-07-06
1
-24
/
+5
|
/
*
[fix] 2.5 compat on JRuby 9.2 Fixnum/Bignum -> Integer
kares
2019-02-21
1
-10
/
+33
*
Always use underscore for match string
Florian Frank
2019-02-21
2
-4
/
+4
*
Back-out change of directory of json-java.gemspec.
Xuân Baldauf
2017-03-27
1
-42
/
+0
*
Merge decimal_class patch by Michael Jaschob
Florian Frank
2016-09-23
3
-86
/
+158
*
Fix issue #296 when parsing frozen strings
Florian Frank
2016-07-26
2
-71
/
+77
*
Treat ASCII_8BIT as UTF-8 by default
Florian Frank
2016-06-03
3
-91
/
+85
*
Remove quirks mode
Florian Frank
2016-06-02
6
-540
/
+126
*
Merge branch 'v1.8'
Florian Frank
2016-02-25
13
-29
/
+25
|
\
|
*
Call OBJECT_HANDLER for objects without #to_json
Florian Frank
2016-02-25
1
-5
/
+8
|
*
Remove remnants of GPL licenses
Florian Frank
2015-09-11
13
-24
/
+17
*
|
Remove generate restriction for […]/{…}
Florian Frank
2015-06-13
1
-32
/
+0
|
/
*
Improve JRuby perf. by removing source of multithreaded contention
Ben Browning
2015-01-02
2
-89
/
+91
*
Fix documentation wording
Florian Frank
2014-07-03
1
-1
/
+1
*
Try to convert first with to_hash, then to_h
Florian Frank
2013-02-21
1
-2
/
+3
*
Security fix create_additons/JSON::GenericObject
v1.7.7
Florian Frank
2013-02-11
2
-2
/
+2
*
fix a bug in the JRuby implementation. getInstanceVariable() can return a nul...
John Shahid
2013-02-04
1
-1
/
+2
*
Increase hash likeness of State objects
Florian Frank
2012-12-31
1
-2
/
+18
*
add merge alias for configure in jruby
Florian Frank
2012-11-29
1
-1
/
+1
*
Change actual rl files
sferik-max_nesting
Florian Frank
2012-10-07
2
-3
/
+3
*
Increase default max_nesting to 100
Erik Michaels-Ober
2012-10-05
2
-2
/
+2
*
enforce utf8 encoding in parsed strings
jruby-fix-encoding
Florian Frank
2012-05-10
3
-37
/
+52
*
force jruby encoding after generation
Florian Frank
2012-05-09
1
-0
/
+4
*
Propagate src encoding to values made from it (fixes 1.9 mode converting ever...
Thomas E. Enebo
2012-02-11
1
-0
/
+1
*
Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into head...
Florian Frank
2011-12-21
2
-88
/
+94
|
\
|
*
Only allocate a single "view" bytelist, and update it as needed.
Charles Oliver Nutter
2011-12-20
2
-88
/
+94
*
|
Merge branch 'hash-duckyped-object_classes'
Florian Frank
2011-12-21
2
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove superflous comment
Florian Frank
2011-12-21
2
-4
/
+0
*
|
Fix #109
Florian Frank
2011-12-20
2
-0
/
+0
|
/
*
Support duck typed ruby array in JRuby as well
Florian Frank
2011-12-20
2
-16
/
+16
*
Support hash ducktype objects on JRuby as well
Florian Frank
2011-12-20
3
-49
/
+58
*
Only allocate a single ParserResult, and pass it along the stack.
headius-jruby_perf_tweaks
Charles Oliver Nutter
2011-12-20
2
-141
/
+170
*
Better ByteList subsequence and break up some parse methods.
Charles Oliver Nutter
2011-12-20
2
-84
/
+126
*
Use appropriate byteListToInum for Ruby version.
Charles Oliver Nutter
2011-12-20
1
-1
/
+3
*
Minor tweaks to Java ext for performance.
Charles Oliver Nutter
2011-12-20
2
-116
/
+128
*
support buffer length settings
Florian Frank
2011-11-23
1
-0
/
+21
*
Extract utils out of this library into json-utils
v1.6.0
Florian Frank
2011-09-13
1
-80
/
+84
*
Add some documentation
v1.5.4
Florian Frank
2011-08-31
2
-1
/
+6
*
Merge branch 'quirks-mode-parser' into quirks-mode
Florian Frank
2011-07-31
3
-131
/
+470
|
\
|
*
Implement quirks_mode
Florian Frank
2011-07-31
3
-109
/
+448
*
|
started quirks mode for generator
Florian Frank
2011-07-27
9
-72
/
+96
|
/
*
Ported fixes from fix_memory_leak into Parser.rl
Florian Frank
2011-07-08
2
-85
/
+107
*
Merge branch 'fix_memory_leak' of https://github.com/bigfix/json into develop...
Florian Frank
2011-07-04
9
-46
/
+51
|
\
|
*
Fix memory leak when used from multiple JRuby runtimes.
John Firebaugh
2011-05-18
9
-46
/
+51
[next]