Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 comments from core classes in json/add | Marcus Stollsteimer | 2016-04-25 | 1 | -1/+0 |
| | |||||
* | Split all implementations into single files | Florian Frank | 2011-09-12 | 1 | -0/+30 |
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. |