Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support 1.9 ruby's OpenStruct | Florian Frank | 2016-06-21 | 1 | -0/+8 |
| | |||||
* | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 1 | -0/+1 |
| | | | | When you change this to true, you may need to add more tests. | ||||
* | Remove useless methods | Nobuyoshi Nakada | 2016-06-21 | 1 | -8/+0 |
| | | | | | Remove useless overriding methods, [] and []=, which are same as OpenStruct. | ||||
* | resolved | Florian Frank | 2013-05-13 | 1 | -0/+9 |
| | |||||
* | Security fix create_additons/JSON::GenericObjectv1.7.7 | Florian Frank | 2013-02-11 | 1 | -0/+7 |
| | |||||
* | Renamed method and handle arraysjson-generic-from_hashes | Florian Frank | 2012-10-02 | 1 | -8/+11 |
| | |||||
* | Add JSON::GenericObject.from_hashes | Florian Frank | 2012-10-02 | 1 | -0/+12 |
| | | | | This method transforms hashes of hashes into GenericObject structures. | ||||
* | Add JSON::GenericObject | Florian Frank | 2012-04-28 | 1 | -0/+39 |