Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |