summaryrefslogtreecommitdiff
path: root/lib/json.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect `#` position in API docMasafumi Koba2020-12-231-1/+1
| | | This change fixes an incorrect `#` position in the API documentation of the `JSON` module.
* RDoc example for JSON.loadBurdetteLamar2020-07-041-1/+1
|
* Move options from #generate and #parse to common areaBurdetteLamar2020-06-301-0/+171
|
* RDoc enhancementsBurdetteLamar2020-06-251-16/+16
|
* RDoc enhancementsBurdetteLamar2020-06-251-2/+2
|
* Rdoc enhancementsBurdetteLamar2020-05-061-62/+379
|
* Fix examples syntaxzverok2019-12-291-2/+2
|
* Enchance generic JSON and #generate docszverok2019-12-291-5/+45
|
* Remove invalid JSON.generate description from JSON module rdocJeremy Evans2019-08-251-8/+0
| | | | | This text used to be true in older versions of json, but has not been true for a number of years (since json version 2 I think).
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-211-0/+1
| | | | When you change this to true, you may need to add more tests.
* * lib/json.rb: Move module overview definition for rdocZachary Scott2013-02-041-2/+2
|
* Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]Eric Hodel2011-08-261-4/+4
|
* remove trailing spaces.Nobuyoshi Nakada2011-07-081-4/+4
|
* Apply patch by Cory Monty <cory.monty@gmail.com>.Florian Frank2011-06-091-0/+52
|
* initial commitFlorian Frank2009-08-241-0/+10