summaryrefslogtreecommitdiff
path: root/lib/json/pure
Commit message (Collapse)AuthorAgeFilesLines
* Implement replace_nan stuff for jruby as wellFlorian Frank2012-09-051-0/+4
|
* Implement replace_nan lambda for c extensionFlorian Frank2012-08-191-1/+1
|
* Implement lambda replacerFlorian Frank2012-08-181-18/+17
|
* First step for replace_nan in pure variantFlorian Frank2012-08-081-1/+18
|
* Fix string/regexp encoding mismatch in jrubyFlorian Frank2012-05-101-6/+6
|
* Use C implementation and better regexp for pureFlorian Frank2012-03-201-2/+6
|
* Extract fbuffer and use it in parser and generatorFlorian Frank2011-11-231-1/+1
|
* change documentationFlorian Frank2011-11-101-2/+2
|
* start to make buffer_initial_length configurableFlorian Frank2011-11-091-9/+20
|
* always raise type error when parsing nilFlorian Frank2011-11-031-2/+7
|
* Add some documentationv1.5.4Florian Frank2011-08-312-0/+4
|
* Merge branch 'quirks-mode-parser' into quirks-modeFlorian Frank2011-07-271-55/+87
|\ | | | | | | | | | | Conflicts: json.gemspec json_pure.gemspec
| * Implement quirks_modeFlorian Frank2011-07-271-55/+87
| | | | | | | | This allows parsing of primitive values
* | started quirks mode for generatorFlorian Frank2011-07-271-2/+15
|/
* remove trailing spaces.Nobuyoshi Nakada2011-07-082-4/+4
|
* Alias State#configure method as State#mergeFlorian Frank2011-06-201-0/+1
| | | | This increases duck type synonymy with Hash
* typo, README file extensionlorensr2011-05-111-1/+1
|
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-3/+3
|
* Rubinius' strscan already has a @match ivarFlorian Frank2011-01-021-3/+3
|
* Added matching in pure/ext parserFlorian Frank2011-01-021-8/+14
|
* make sure bytes is a 8-bit string on all rubiesFlorian Frank2011-01-021-2/+7
|
* use JSON.iconv abstractionFlorian Frank2011-01-022-7/+7
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-4/+6
|
* do not forget to dup the stateFlorian Frank2010-08-071-75/+57
| | | | use state for depth checking in pure as well
* added missing methods to State + testsFlorian Frank2010-08-071-1/+6
|
* some code cleanupFlorian Frank2010-08-061-27/+28
|
* make sure to use toplevel ::EncodingFlorian Frank2010-08-061-8/+9
|
* Merge commit 'v1.2.3'Florian Frank2010-03-132-2/+11
|\ | | | | | | Merged in some additional features from the v1.2 branch.
| * added [] method to State objectsv1.2.3Florian Frank2010-03-111-0/+5
| |
| * implemented symbolize_names feature, #8Florian Frank2009-11-251-1/+5
| |
* | implemented prototype featureFlorian Frank2009-11-201-6/+6
| |
* | added docu, some methods renamedFlorian Frank2009-11-051-1/+3
| |
* | optimised speed a lot, added only_ascii modeFlorian Frank2009-10-261-7/+39
| |
* | first version to pass the tests againFlorian Frank2009-10-261-8/+5
| |
* | optimised pure variant a bit, prepared for extFlorian Frank2009-10-261-1/+1
| |
* | optimised pure variant a bitFlorian Frank2009-10-261-64/+37
|/
* added conversion to utf8 to generators as wellFlorian Frank2009-10-191-8/+22
|
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-161-1/+35
| | | | | improved documentation added to changes
* 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)
* initial commitFlorian Frank2009-08-242-0/+698