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
/
common.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix JSON.load_file doc
Jean Boussier
2020-09-09
1
-3
/
+3
*
Partial compliance with doc/method_documentation.rdoc
BurdetteLamar
2020-08-20
1
-17
/
+7
*
Enhanced RDoc for JSON.dump (#443)
Burdette Lamar
2020-08-14
1
-11
/
+23
*
Merge pull request #405 from Shopify/escape-slash-2.3.0
NARUSE, Yui
2020-07-31
1
-1
/
+2
|
\
|
*
Add an option to escape forward slash character
Jean Boussier
2020-07-04
1
-1
/
+2
*
|
Nodoc for recurse_proc
BurdetteLamar
2020-07-29
1
-1
/
+1
*
|
RDoc for JSON.load with proc
BurdetteLamar
2020-07-28
1
-18
/
+58
*
|
RDoc example for JSON.load
BurdetteLamar
2020-07-04
1
-13
/
+87
*
|
Enhance RDoc for JSON.parse
BurdetteLamar
2020-07-03
1
-9
/
+40
|
/
*
Merge pull request #430 from BurdetteLamar/master
Hiroshi SHIBATA
2020-07-02
1
-177
/
+10
|
\
|
*
Move options from #generate and #parse to common area
BurdetteLamar
2020-06-30
1
-177
/
+10
*
|
Add `load_file` and `load_file!` methods, with tests. Fixes issue #386.
Keith Bennett
2020-06-30
1
-0
/
+10
|
/
*
Added :call-seq: to RDOc for some methods
BurdetteLamar
2020-06-28
1
-0
/
+12
*
RDoc enhancements
BurdetteLamar
2020-06-25
1
-17
/
+1
*
RDoc enhancements
BurdetteLamar
2020-06-25
1
-6
/
+6
*
RDoc enhancements
BurdetteLamar
2020-06-25
1
-26
/
+1
*
Rdoc enhancements
BurdetteLamar
2020-05-06
1
-92
/
+353
*
Enchance generic JSON and #generate docs
zverok
2019-12-29
1
-13
/
+16
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-10-31
1
-2
/
+2
*
Fix problem when Parser is defined on top level
Florian Frank
2016-07-01
1
-1
/
+1
*
Add frozen_string_literal: false
Nobuyoshi Nakada
2016-06-21
1
-0
/
+1
*
Test common interface
Florian Frank
2016-06-03
1
-14
/
+4
*
Use better name for this feature
Florian Frank
2016-06-02
1
-4
/
+4
*
Remove quirks mode
Florian Frank
2016-06-02
1
-5
/
+4
*
Change rfc reference
Florian Frank
2016-06-02
1
-23
/
+5
*
Refactor tests and make pure parser green
Florian Frank
2015-06-15
1
-10
/
+10
*
Merge branch 'master' into zzak-ruby-2.2
Florian Frank
2015-01-02
1
-4
/
+4
|
\
|
*
Don't mutate JSON.dump_default_options from dump
Jason R. Clark
2015-01-02
1
-1
/
+1
|
*
Change documentation to reflect new default value
Florian Frank
2015-01-02
1
-2
/
+2
|
*
Fix typo in comment
Ignacio Galindo
2015-01-02
1
-1
/
+1
*
|
Sync with trunk
Zachary Scott
2014-12-25
1
-5
/
+5
*
|
Don't mutate JSON.dump_default_options from dump
Jason R. Clark
2014-09-19
1
-1
/
+1
*
|
Change documentation to reflect new default value
Florian Frank
2014-04-01
1
-2
/
+2
*
|
Fix typo in comment
Ignacio Galindo
2013-10-31
1
-1
/
+1
|
/
*
Removed unnecessary and incorrect condition for Rubinius.
Brian Shirai
2013-09-21
1
-4
/
+1
*
Security fix create_additons/JSON::GenericObject
v1.7.7
Florian Frank
2013-02-11
1
-7
/
+14
*
Increase default max_nesting to 100
Erik Michaels-Ober
2012-10-05
1
-2
/
+2
*
Implement work around for rbx encoding problem
workaround-rbx-encoding-issues
Florian Frank
2012-05-12
1
-1
/
+4
*
Fix string/regexp encoding mismatch in jruby
Florian Frank
2012-05-10
1
-1
/
+7
*
Add JSON::GenericObject
Florian Frank
2012-04-28
1
-1
/
+1
*
Add implementation for a light object
Florian Frank
2012-04-27
1
-0
/
+1
*
Small fix: JSON.load('') # => nil
Florian Frank
2011-12-01
1
-1
/
+2
*
Make JSON.dump and JSON.load support Rails better
Florian Frank
2011-11-22
1
-4
/
+38
*
probe for read before calling it
Florian Frank
2011-11-03
1
-1
/
+1
*
Merge branch 'quirks-mode'
Florian Frank
2011-08-29
1
-3
/
+15
|
\
|
*
started quirks mode for generator
Florian Frank
2011-07-27
1
-3
/
+15
*
|
Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]
Eric Hodel
2011-08-26
1
-32
/
+32
|
/
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-1
/
+1
*
* 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
[next]