summaryrefslogtreecommitdiff
path: root/tests/test_json_generate.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'extract-fbuffer'Florian Frank2011-11-231-30/+44
|\
| * Extract fbuffer and use it in parser and generatorFlorian Frank2011-11-231-6/+6
| |
| * start to make buffer_initial_length configurableFlorian Frank2011-11-091-0/+2
| |
| * start to make buffer_initial_length configurableFlorian Frank2011-11-091-30/+42
| |
* | Make JSON.dump and JSON.load support Rails betterFlorian Frank2011-11-221-0/+2
|/
* Add testcase for a possible crash with bignumFlorian Frank2011-11-091-0/+20
|
* Apply patch by Eric Wong <nocode@yhbt.net>Florian Frank2011-08-291-0/+13
| | | | See https://github.com/flori/json/issues/46
* started quirks mode for generatorFlorian Frank2011-07-271-1/+21
|
* Skip test which fails on some platformsFlorian Frank2011-05-121-1/+1
|
* flori/json#60: Incorrect pretty-print indentationClemens Fuchslocher2011-02-261-0/+1
|
* fixed test setupFlorian Frank2011-01-021-5/+1
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-0/+2
|
* keep track of depth correctlyFlorian Frank2010-08-181-3/+0
|
* do not forget to dup the stateFlorian Frank2010-08-071-0/+17
| | | | use state for depth checking in pure as well
* added missing methods to State + testsFlorian Frank2010-08-071-0/+45
|
* Merge commit 'v1.2.3'Florian Frank2010-03-131-0/+4
|\ | | | | | | Merged in some additional features from the v1.2 branch.
| * added [] method to State objectsv1.2.3Florian Frank2010-03-111-2/+4
| |
* | check circular is deprecatedFlorian Frank2009-11-201-4/+2
| |
* | start to use a faster string bufferFlorian Frank2009-10-261-3/+3
|/
* added additional checks for generate methodsFlorian Frank2009-10-161-4/+18
|
* different default in fast_generateFlorian Frank2009-10-161-3/+3
| | | | | | 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)
* initial commitFlorian Frank2009-08-241-0/+106