Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complex and Rational is embedded classes now | Hiroshi SHIBATA | 2020-11-12 | 2 | -2/+0 |
| | |||||
* | Pass args all #to_json in json/add/*. | Sho Hashimoto | 2019-04-29 | 4 | -8/+8 |
| | |||||
* | Fix a typo. | Sho Hashimoto | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | JSON marshalling support for Set and SortedSet | Josh Kline | 2017-10-04 | 1 | -0/+29 |
| | |||||
* | Correct documentation of OpenStruct.json_create | Kouhei Yanagita | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 13 | -0/+13 |
| | | | | When you change this to true, you may need to add more tests. | ||||
* | Append newline at EOF | Nobuyoshi Nakada | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Remove comments from core classes in json/add | Marcus Stollsteimer | 2016-04-25 | 9 | -9/+0 |
| | |||||
* | Reindented | Florian Frank | 2015-01-02 | 1 | -7/+6 |
| | |||||
* | Document `Rational` json generation methods. | Vipul A M | 2015-01-02 | 1 | -4/+10 |
| | |||||
* | Document `Complex` json generation methods. | Vipul A M | 2015-01-02 | 1 | -1/+7 |
| | |||||
* | Use method_defined? to check if method exists instead of slower check on ↵ | Vipul A M | 2015-01-02 | 1 | -1/+1 |
| | | | | instance_methods | ||||
* | BigDecimal Documentation | Zachary Scott | 2012-11-09 | 1 | -0/+7 |
| | |||||
* | Work around jruby's inconsistent Time implement. | Florian Frank | 2012-05-10 | 1 | -1/+4 |
| | |||||
* | 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 ↵ | Josh Partlow | 2011-11-18 | 1 | -2/+2 |
| | | | | | | | | JSON serialization in Ruby 1.9.2. | ||||
* | | Add support for OpenStruct | Florian Frank | 2011-11-21 | 1 | -0/+31 |
|/ | |||||
* | Add support for BigDecimal numbers | Florian Frank | 2011-10-02 | 1 | -0/+21 |
| | |||||
* | Extract utils out of this library into json-utilsv1.6.0 | Florian Frank | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | Split all implementations into single files | Florian Frank | 2011-09-12 | 9 | -241/+273 |
| | | | | | This way it's easier to create one's own serialisations by picking just the desired ones and mixing them with one's own implementations. | ||||
* | Move rational and complex additions in own files | Florian Frank | 2011-08-30 | 3 | -38/+44 |
| | | | | | | | | | Also do not require Ruby's complex.rb and rational.rb if the top level constants are already defined. This means Ruby 1.9 implementations are extendend, but Ruby 1.8 implementations will require rational/complex before they are extended. Having rational and complex additions in their own files is an especially good thing, if one wants to avoid loading complex and rational under Ruby 1.8. | ||||
* | 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 |
| | |||||
* | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 1 | -7/+7 |
| | |||||
* | Define as_json methods, so rails can make objects | Florian Frank | 2011-06-20 | 1 | -41/+106 |
| | |||||
* | Apply patch by Cory Monty <cory.monty@gmail.com>. | Florian Frank | 2011-06-09 | 1 | -4/+35 |
| | |||||
* | Fix for ruby 1.9 const_defined? method | Florian Frank | 2011-01-01 | 1 | -2/+1 |
| | | | | | | ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. | ||||
* | obsoleted json/add/rails definitions | Florian Frank | 2011-01-01 | 1 | -54/+4 |
| | |||||
* | serialise symbols in add/core | Florian Frank | 2009-12-03 | 1 | -0/+13 |
| | |||||
* | Make json/add/[core|rails].rb respect JSON.create_id | Sebastian Cohnen | 2009-11-18 | 2 | -9/+9 |
| | |||||
* | initial commit | Florian Frank | 2009-08-24 | 2 | -0/+193 |