summaryrefslogtreecommitdiff
path: root/java/src/json/ext/Generator.java
Commit message (Collapse)AuthorAgeFilesLines
* Always indent even if emptyCharles Oliver Nutter2023-02-081-3/+3
| | | | Fixes #515
* Fix an issue with generate_pretty and empty objects in the Ruby and Java ↵Chris Seaton2020-10-071-5/+5
| | | | implementations
* Merge pull request #405 from Shopify/escape-slash-2.3.0NARUSE, Yui2020-07-311-1/+1
|\ | | | | Add an option to escape forward slash character
| * Add an option to escape forward slash characterJean Boussier2020-07-041-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 codeKarol Bucek2020-07-061-24/+5
|/
* [fix] 2.5 compat on JRuby 9.2 Fixnum/Bignum -> Integerkares2019-02-211-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 modeFlorian Frank2016-06-021-5/+2
|
* Call OBJECT_HANDLER for objects without #to_jsonFlorian Frank2016-02-251-5/+8
| | | as a last-ditch effort.
* Remove remnants of GPL licensesFlorian Frank2015-09-111-2/+1
|
* enforce utf8 encoding in parsed stringsjruby-fix-encodingFlorian Frank2012-05-101-1/+8
|
* started quirks mode for generatorFlorian Frank2011-07-271-3/+3
|
* Fix memory leak when used from multiple JRuby runtimes.John Firebaugh2011-05-181-2/+2
|
* flori/json#60: Incorrect pretty-print indentationClemens Fuchslocher2011-02-261-1/+1
|
* flori/json#60: Incorrect pretty-print indentationClemens Fuchslocher2011-02-261-5/+1
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-0/+441