summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number to 1.8.2Florian Frank2015-01-091-1/+1
|
* Merge branch 'master' into zzak-ruby-2.2Florian Frank2015-01-024-6/+17
|\
| * Don't mutate JSON.dump_default_options from dumpJason R. Clark2015-01-021-1/+1
| | | | | | | | | | | | | | The use of Hash#update from the JSON.dump method was mutating the dump_default_options hash on any call to dump with a limit provided. An individual method call with an overriding value shouldn't update the defaults in this way.
| * ReindentedFlorian Frank2015-01-021-7/+6
| |
| * Document `Rational` json generation methods.Vipul A M2015-01-021-4/+10
| |
| * Document `Complex` json generation methods.Vipul A M2015-01-021-1/+7
| |
| * Use method_defined? to check if method exists instead of slower check on ↵Vipul A M2015-01-021-1/+1
| | | | | | | | instance_methods
| * Change documentation to reflect new default valueFlorian Frank2015-01-021-2/+2
| |
| * Fix typo in commentIgnacio Galindo2015-01-021-1/+1
| |
* | Sync with trunkZachary Scott2014-12-254-18/+7
| |
* | Don't mutate JSON.dump_default_options from dumpJason R. Clark2014-09-191-1/+1
| | | | | | | | | | | | | | The use of Hash#update from the JSON.dump method was mutating the dump_default_options hash on any call to dump with a limit provided. An individual method call with an overriding value shouldn't update the defaults in this way.
* | ReindentedFlorian Frank2014-07-031-7/+6
| |
* | Document `Rational` json generation methods.Vipul A M2014-07-031-4/+10
| |
* | Merge pull request #211 from vipulnsward/complex-docFlorian Frank2014-07-031-1/+7
|\ \ | | | | | | Document `Complex` json generation methods.
| * | Document `Complex` json generation methods.Vipul A M2014-07-031-1/+7
| | |
* | | Use method_defined? to check if method exists instead of slower check on ↵Vipul A M2014-07-031-1/+1
|/ / | | | | | | instance_methods
* | Change documentation to reflect new default valueFlorian Frank2014-04-011-2/+2
| |
* | Fix typo in commentIgnacio Galindo2013-10-311-1/+1
|/
* New version 1.8.1Florian Frank2013-10-171-1/+1
|
* Removed unnecessary and incorrect condition for Rubinius.Brian Shirai2013-09-211-4/+1
|
* Bump to version 1.8.0add-json-generic-object-loader-dumperFlorian Frank2013-05-131-1/+1
|
* resolvedFlorian Frank2013-05-131-0/+9
|
* remove unnecessary ifginriki2013-04-291-1/+1
|
* Fix regex encoding problem on ruby-head, ouchFlorian Frank2013-02-221-9/+9
|
* Add test and implement pure versiongFlorian Frank2013-02-221-1/+24
|
* Try to convert first with to_hash, then to_hFlorian Frank2013-02-212-1/+8
| | | | | | | | rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162
* Security fix create_additons/JSON::GenericObjectv1.7.7Florian Frank2013-02-114-12/+26
|
* * lib/json.rb: Move module overview definition for rdocZachary Scott2013-02-041-2/+2
|
* Prepare version 1.7.6v1.7.6Florian Frank2012-12-311-1/+1
|
* Increase hash likeness of State objectsFlorian Frank2012-12-311-12/+32
|
* BigDecimal DocumentationZachary Scott2012-11-091-0/+7
|
* Increase default max_nesting to 100Erik Michaels-Ober2012-10-053-7/+7
| | | | See discussion at https://github.com/intridea/multi_json/pull/59.
* Renamed method and handle arraysjson-generic-from_hashesFlorian Frank2012-10-021-8/+11
|
* Add JSON::GenericObject.from_hashesFlorian Frank2012-10-021-0/+12
| | | | This method transforms hashes of hashes into GenericObject structures.
* Prepare new versionv1.7.5Florian Frank2012-08-171-1/+1
|
* Prepare version 1.7.4v1.7.4Florian Frank2012-07-261-1/+1
|
* Prepare new 1.7.3 releasev1.7.3Florian Frank2012-05-121-1/+1
|
* Implement work around for rbx encoding problemworkaround-rbx-encoding-issuesFlorian Frank2012-05-121-1/+4
|
* Prepare new version 1.7.2v1.7.2Florian Frank2012-05-111-1/+1
|
* Work around jruby's inconsistent Time implement.Florian Frank2012-05-101-1/+4
|
* Fix string/regexp encoding mismatch in jrubyFlorian Frank2012-05-102-7/+13
|
* Prepare new versionFlorian Frank2012-05-091-1/+1
|
* new version 1.7.0v1.7.0Florian Frank2012-04-281-1/+1
|
* Add JSON::GenericObjectFlorian Frank2012-04-282-11/+5
|
* new version 1.6.7Florian Frank2012-04-281-1/+1
|
* Add implementation for a light objectFlorian Frank2012-04-272-2/+10
|
* Add implementation for a light objectFlorian Frank2012-04-272-0/+38
|
* Use C implementation and better regexp for pureFlorian Frank2012-03-201-2/+6
|
* Clean up code a bitFlorian Frank2012-02-111-1/+1
| | | | This should fix #117
* Prepare new versionv1.6.5Florian Frank2012-01-151-1/+1
|