summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* added [] method to State objectsv1.2.3Florian Frank2010-03-112-1/+6
|
* Compatibility to Rubiniusv1.2.2Florian Frank2010-02-271-1/+1
| | | | Bumped the version number to 1.2.2 and fixed some tests, too.
* serialise symbols in add/coreFlorian Frank2009-12-031-0/+13
|
* implemented symbolize_names feature, #8Florian Frank2009-11-253-2/+11
|
* Make json/add/[core|rails].rb respect JSON.create_idSebastian Cohnen2009-11-182-9/+9
|
* added conversion to utf8 to generators as wellFlorian Frank2009-10-191-8/+22
|
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-193-17/+67
|\ | | | | | | | | | | improved documentation added to changes bumped version
| * implemented utf sniffing, transcoding in parserFlorian Frank2009-10-162-1/+41
| | | | | | | | | | improved documentation added to changes
| * added additional checks for generate methodsFlorian Frank2009-10-161-15/+25
| |
| * different default in fast_generateFlorian Frank2009-10-161-2/+2
| | | | | | | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3)
* | different default in fast_generateFlorian Frank2009-10-011-2/+2
|/ | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3)
* Merge branch 'master' of git@github.com:/flori/jsonFlorian Frank2009-09-021-2/+1
|\
| * NaN is now 0.0/0 because of 1.8/1.9 compat.NARUSE, Yui2009-09-021-1/+1
| | | | | | | | | | ruby-trunk r24730 Signed-off-by: Florian Frank <flori@ping.de>
| * remove unnecessary private specifier.NARUSE, Yui2009-09-021-1/+0
| | | | | | | | | | r24310 of ruby-trunk [ruby-dev:38929] Signed-off-by: Florian Frank <flori@ping.de>
* | added new version fileFlorian Frank2009-09-021-1/+1
|/
* initial commitFlorian Frank2009-08-2420-0/+4529