Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C implementation and better regexp for pure | Florian Frank | 2012-03-20 | 1 | -2/+6 |
| | |||||
* | Clean up code a bit | Florian Frank | 2012-02-11 | 1 | -1/+1 |
| | | | | This should fix #117 | ||||
* | Prepare new versionv1.6.5 | Florian Frank | 2012-01-15 | 1 | -1/+1 |
| | |||||
* | Prepare new version | Florian Frank | 2011-12-24 | 1 | -1/+1 |
| | |||||
* | Small fix: JSON.load('') # => nil | Florian Frank | 2011-12-01 | 2 | -2/+3 |
| | |||||
* | Merge branch 'extract-fbuffer' | Florian Frank | 2011-11-23 | 1 | -9/+20 |
|\ | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' of https://github.com/jpartlow/json into jpartlow-master | Florian Frank | 2011-11-22 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fix for Time.json_create ensures == Time instances for roundtrip through ↵ | Josh Partlow | 2011-11-18 | 1 | -2/+2 |
| |/ | | | | | | | JSON serialization in Ruby 1.9.2. | ||||
* | | Make JSON.dump and JSON.load support Rails better | Florian Frank | 2011-11-22 | 1 | -4/+38 |
| | | |||||
* | | Prepare new version 1.6.2 | Florian Frank | 2011-11-22 | 1 | -1/+1 |
| | | |||||
* | | Add support for OpenStruct | Florian Frank | 2011-11-21 | 3 | -0/+43 |
|/ | |||||
* | probe for read before calling it | Florian Frank | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | always raise type error when parsing nil | Florian Frank | 2011-11-03 | 1 | -2/+7 |
| | |||||
* | Add support for BigDecimal numbers | Florian Frank | 2011-10-02 | 1 | -0/+21 |
| | |||||
* | Prepare new release 1.6.1v1.6.1 | Florian Frank | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Extract utils out of this library into json-utilsv1.6.0 | Florian Frank | 2011-09-13 | 12 | -3172/+2 |
| | |||||
* | Split all implementations into single files | Florian Frank | 2011-09-12 | 9 | -241/+273 |
| | | | | | 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. | ||||
* | Add some documentationv1.5.4 | Florian Frank | 2011-08-31 | 2 | -0/+4 |
| | |||||
* | Move rational and complex additions in own files | Florian Frank | 2011-08-30 | 3 | -38/+44 |
| | | | | | | | | | Also do not require Ruby's complex.rb and rational.rb if the top level constants are already defined. This means Ruby 1.9 implementations are extendend, but Ruby 1.8 implementations will require rational/complex before they are extended. Having rational and complex additions in their own files is an especially good thing, if one wants to avoid loading complex and rational under Ruby 1.8. | ||||
* | Merge branch 'quirks-mode' | Florian Frank | 2011-08-29 | 3 | -60/+117 |
|\ | |||||
| * | 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 | 2 | -5/+30 |
| |/ | |||||
* | | Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203] | Eric Hodel | 2011-08-26 | 2 | -36/+36 |
| | | |||||
* | | Add (de-)serialisation methods f. Complex/Rational | Florian Frank | 2011-08-25 | 1 | -2/+40 |
|/ | |||||
* | delete after having been obsoleted | Florian Frank | 2011-07-25 | 1 | -8/+0 |
| | |||||
* | Oh, look loading the extension is much easier now | Florian Frank | 2011-07-24 | 1 | -15/+2 |
| | |||||
* | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 6 | -32/+32 |
| | |||||
* | * remove trailing spaces. | nobu | 2011-07-07 | 1 | -1/+1 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | * lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop ↵ | nobu | 2011-07-07 | 1 | -1/+1 |
| | | | | | | rest of the result. use Iconv.conv instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Bump up version to 1.5.4 | Florian Frank | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Alias State#configure method as State#merge | Florian Frank | 2011-06-20 | 1 | -0/+1 |
| | | | | This increases duck type synonymy with Hash | ||||
* | Define as_json methods, so rails can make objects | Florian Frank | 2011-06-20 | 1 | -41/+106 |
| | |||||
* | Bump version to 1.5.3 | Florian Frank | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of gate.dyna.ping.de:/git/json | Florian Frank | 2011-06-09 | 1 | -1/+1 |
|\ | |||||
| * | typo, README file extension | lorensr | 2011-05-11 | 1 | -1/+1 |
| | | |||||
* | | Apply patch by Cory Monty <cory.monty@gmail.com>. | Florian Frank | 2011-06-09 | 3 | -5/+92 |
|/ | |||||
* | Create gemspecs | Florian Frank | 2011-05-11 | 1 | -1/+1 |
| | | | | Get rid of rake-compiler dependencies | ||||
* | Support building of fat binary gemv1.5.1 | Florian Frank | 2011-01-26 | 2 | -3/+16 |
| | | | | This should fix issue #51 on Windows | ||||
* | 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 |
| | |||||
* | Fix for ruby 1.9 const_defined? method | Florian Frank | 2011-01-02 | 4 | -8/+17 |
| | | | | | | ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. | ||||
* | obsoleted json/add/rails definitions | Florian Frank | 2011-01-02 | 1 | -54/+4 |
| | |||||
* | use JSON.iconv abstraction | Florian Frank | 2011-01-02 | 5 | -72/+17 |
| | |||||
* | speed up | Shota Fukumori (sora_h) | 2011-01-02 | 1 | -4/+6 |
| |