summaryrefslogtreecommitdiff
path: root/lib/json/add/regexp.rb
Commit message (Collapse)AuthorAgeFilesLines
* Pass args all #to_json in json/add/*.Sho Hashimoto2019-04-291-2/+2
|
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-211-0/+1
| | | | When you change this to true, you may need to add more tests.
* Remove comments from core classes in json/addMarcus Stollsteimer2016-04-251-1/+0
|
* Split all implementations into single filesFlorian Frank2011-09-121-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.