Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always indent even if empty | Charles Oliver Nutter | 2023-02-08 | 1 | -3/+3 |
| | | | | Fixes #515 | ||||
* | Fix an issue with generate_pretty and empty objects in the Ruby and Java ↵ | Chris Seaton | 2020-10-07 | 1 | -5/+5 |
| | | | | implementations | ||||
* | Merge pull request #405 from Shopify/escape-slash-2.3.0 | NARUSE, Yui | 2020-07-31 | 1 | -1/+1 |
|\ | | | | | Add an option to escape forward slash character | ||||
| * | Add an option to escape forward slash character | Jean Boussier | 2020-07-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 26d181059989279a79c433cedcd893b4f52e42ee Author: Francois Chagnon <francois.chagnon@jadedpixel.com> Date: Tue Sep 15 21:17:34 2015 +0000 add config options for escape_slash commit fa282334051b16df91ca097dd7304b46f3bc7719 Author: Francois Chagnon <francois.chagnon@jadedpixel.com> Date: Mon Feb 9 21:09:33 2015 +0000 add forward slash to escape character | ||||
* | | [refactor] drop old JRuby 1.7 compat code | Karol Bucek | 2020-07-06 | 1 | -24/+5 |
|/ | |||||
* | [fix] 2.5 compat on JRuby 9.2 Fixnum/Bignum -> Integer | kares | 2019-02-21 | 1 | -10/+33 |
| | | | | | | | slightly ugly but the only way to still compile under 1.7 once Ruby 1.9.3 gets dropped this should get ironed out ! resolves GH-336 | ||||
* | Remove quirks mode | Florian Frank | 2016-06-02 | 1 | -5/+2 |
| | |||||
* | Call OBJECT_HANDLER for objects without #to_json | Florian Frank | 2016-02-25 | 1 | -5/+8 |
| | | | as a last-ditch effort. | ||||
* | Remove remnants of GPL licenses | Florian Frank | 2015-09-11 | 1 | -2/+1 |
| | |||||
* | enforce utf8 encoding in parsed stringsjruby-fix-encoding | Florian Frank | 2012-05-10 | 1 | -1/+8 |
| | |||||
* | started quirks mode for generator | Florian Frank | 2011-07-27 | 1 | -3/+3 |
| | |||||
* | Fix memory leak when used from multiple JRuby runtimes. | John Firebaugh | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | flori/json#60: Incorrect pretty-print indentation | Clemens Fuchslocher | 2011-02-26 | 1 | -1/+1 |
| | |||||
* | flori/json#60: Incorrect pretty-print indentation | Clemens Fuchslocher | 2011-02-26 | 1 | -5/+1 |
| | |||||
* | started to build jruby extension with Rakefile | Florian Frank | 2010-09-23 | 1 | -0/+441 |