Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement replace_nan stuff for jruby as well | Florian Frank | 2012-09-05 | 1 | -0/+4 |
| | |||||
* | Implement replace_nan lambda for c extension | Florian Frank | 2012-08-19 | 1 | -1/+1 |
| | |||||
* | Implement lambda replacer | Florian Frank | 2012-08-18 | 1 | -18/+17 |
| | |||||
* | First step for replace_nan in pure variant | Florian Frank | 2012-08-08 | 1 | -1/+18 |
| | |||||
* | Fix string/regexp encoding mismatch in jruby | Florian Frank | 2012-05-10 | 1 | -6/+6 |
| | |||||
* | Use C implementation and better regexp for pure | Florian Frank | 2012-03-20 | 1 | -2/+6 |
| | |||||
* | Extract fbuffer and use it in parser and generator | Florian Frank | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | change documentation | Florian Frank | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | start to make buffer_initial_length configurable | Florian Frank | 2011-11-09 | 1 | -9/+20 |
| | |||||
* | always raise type error when parsing nil | Florian Frank | 2011-11-03 | 1 | -2/+7 |
| | |||||
* | Add some documentationv1.5.4 | Florian Frank | 2011-08-31 | 2 | -0/+4 |
| | |||||
* | Merge branch 'quirks-mode-parser' into quirks-mode | Florian Frank | 2011-07-27 | 1 | -55/+87 |
|\ | | | | | | | | | | | Conflicts: json.gemspec json_pure.gemspec | ||||
| * | Implement quirks_mode | Florian Frank | 2011-07-27 | 1 | -55/+87 |
| | | | | | | | | This allows parsing of primitive values | ||||
* | | started quirks mode for generator | Florian Frank | 2011-07-27 | 1 | -2/+15 |
|/ | |||||
* | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 2 | -4/+4 |
| | |||||
* | Alias State#configure method as State#merge | Florian Frank | 2011-06-20 | 1 | -0/+1 |
| | | | | This increases duck type synonymy with Hash | ||||
* | typo, README file extension | lorensr | 2011-05-11 | 1 | -1/+1 |
| | |||||
* | renamed :match argument to :match_stringv1.5.0 | Florian Frank | 2011-01-05 | 1 | -3/+3 |
| | |||||
* | Rubinius' strscan already has a @match ivar | Florian Frank | 2011-01-02 | 1 | -3/+3 |
| | |||||
* | Added matching in pure/ext parser | Florian Frank | 2011-01-02 | 1 | -8/+14 |
| | |||||
* | make sure bytes is a 8-bit string on all rubies | Florian Frank | 2011-01-02 | 1 | -2/+7 |
| | |||||
* | use JSON.iconv abstraction | Florian Frank | 2011-01-02 | 2 | -7/+7 |
| | |||||
* | started to build jruby extension with Rakefile | Florian Frank | 2010-09-23 | 1 | -4/+6 |
| | |||||
* | do not forget to dup the state | Florian Frank | 2010-08-07 | 1 | -75/+57 |
| | | | | use state for depth checking in pure as well | ||||
* | added missing methods to State + tests | Florian Frank | 2010-08-07 | 1 | -1/+6 |
| | |||||
* | some code cleanup | Florian Frank | 2010-08-06 | 1 | -27/+28 |
| | |||||
* | make sure to use toplevel ::Encoding | Florian Frank | 2010-08-06 | 1 | -8/+9 |
| | |||||
* | Merge commit 'v1.2.3' | Florian Frank | 2010-03-13 | 2 | -2/+11 |
|\ | | | | | | | Merged in some additional features from the v1.2 branch. | ||||
| * | added [] method to State objectsv1.2.3 | Florian Frank | 2010-03-11 | 1 | -0/+5 |
| | | |||||
| * | implemented symbolize_names feature, #8 | Florian Frank | 2009-11-25 | 1 | -1/+5 |
| | | |||||
* | | implemented prototype feature | Florian Frank | 2009-11-20 | 1 | -6/+6 |
| | | |||||
* | | added docu, some methods renamed | Florian Frank | 2009-11-05 | 1 | -1/+3 |
| | | |||||
* | | optimised speed a lot, added only_ascii mode | Florian Frank | 2009-10-26 | 1 | -7/+39 |
| | | |||||
* | | first version to pass the tests again | Florian Frank | 2009-10-26 | 1 | -8/+5 |
| | | |||||
* | | optimised pure variant a bit, prepared for ext | Florian Frank | 2009-10-26 | 1 | -1/+1 |
| | | |||||
* | | optimised pure variant a bit | Florian Frank | 2009-10-26 | 1 | -64/+37 |
|/ | |||||
* | added conversion to utf8 to generators as well | Florian Frank | 2009-10-19 | 1 | -8/+22 |
| | |||||
* | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-16 | 1 | -1/+35 |
| | | | | | improved documentation added to changes | ||||
* | different default in fast_generate | Florian Frank | 2009-10-16 | 1 | -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) | ||||
* | initial commit | Florian Frank | 2009-08-24 | 2 | -0/+698 |