<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/json.git/lib/json/add, branch jruby-fix-encoding</title>
<subtitle>github.com: flori/json
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/'/>
<entry>
<title>Work around jruby's inconsistent Time implement.</title>
<updated>2012-05-09T23:48:26+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2012-05-09T23:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=2797901a526a5bc95167c7eedd6d19a39b7a2ce9'/>
<id>2797901a526a5bc95167c7eedd6d19a39b7a2ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/jpartlow/json into jpartlow-master</title>
<updated>2011-11-22T09:23:04+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-11-22T09:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=504e6d464d7eb3b153f5e107698588f135de8511'/>
<id>504e6d464d7eb3b153f5e107698588f135de8511</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for OpenStruct</title>
<updated>2011-11-21T18:45:11+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-11-21T18:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=1f2e458686fec42a4ee3cf3b7d5ab1b6d9ee4b93'/>
<id>1f2e458686fec42a4ee3cf3b7d5ab1b6d9ee4b93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Time.json_create ensures == Time instances for roundtrip through JSON serialization in Ruby 1.9.2.</title>
<updated>2011-11-19T05:38:06+00:00</updated>
<author>
<name>Josh Partlow</name>
<email>jpartlow@glatisant.org</email>
</author>
<published>2011-11-19T05:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=a04856d8ea1bc5e98e9a8ef299dffd6bee365fc1'/>
<id>a04856d8ea1bc5e98e9a8ef299dffd6bee365fc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for BigDecimal numbers</title>
<updated>2011-10-02T12:48:55+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-10-02T12:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=5dcfa3711a14a6a027ce6b2b62d9117fb78da1b7'/>
<id>5dcfa3711a14a6a027ce6b2b62d9117fb78da1b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract utils out of this library into json-utils</title>
<updated>2011-09-12T22:48:21+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-09-12T18:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=f729d47aefc98623677142de62f6211feeacb116'/>
<id>f729d47aefc98623677142de62f6211feeacb116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split all implementations into single files</title>
<updated>2011-09-12T18:04:08+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-09-12T18:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=05f22914aa8679e17588995eb334b4c4335c9265'/>
<id>05f22914aa8679e17588995eb334b4c4335c9265</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move rational and complex additions in own files</title>
<updated>2011-08-30T16:56:44+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-08-30T16:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=0dd975a6ea54b63adc7af4d1fd40b8f9ab95cf46'/>
<id>0dd975a6ea54b63adc7af4d1fd40b8f9ab95cf46</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add (de-)serialisation methods f. Complex/Rational</title>
<updated>2011-08-25T06:52:47+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-08-25T06:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=d98acaecd9391e21e2fe1a0771ab8b93b3b4bdf1'/>
<id>d98acaecd9391e21e2fe1a0771ab8b93b3b4bdf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>delete after having been obsoleted</title>
<updated>2011-07-24T22:12:53+00:00</updated>
<author>
<name>Florian Frank</name>
<email>flori@ping.de</email>
</author>
<published>2011-07-24T22:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/json.git/commit/?id=9320a2a18a4d09f8e8a83129db793057968928b1'/>
<id>9320a2a18a4d09f8e8a83129db793057968928b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
