summaryrefslogtreecommitdiff
path: root/java/src/json/ext/GeneratorState.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typosRyuta Kamizono2021-04-261-1/+1
|
* Add an option to escape forward slash characterJean Boussier2020-07-041-0/+30
| | | | | | | | | | | | | | | | 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
* Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-031-18/+0
|
* Remove quirks modeFlorian Frank2016-06-021-4/+2
|
* Merge branch 'v1.8'Florian Frank2016-02-251-2/+1
|\
| * Remove remnants of GPL licensesFlorian Frank2015-09-111-2/+1
| |
* | Remove generate restriction for […]/{…}Florian Frank2015-06-131-32/+0
|/
* fix a bug in the JRuby implementation. getInstanceVariable() can return a ↵John Shahid2013-02-041-1/+2
| | | | null which causes NPE.
* Increase hash likeness of State objectsFlorian Frank2012-12-311-2/+18
|
* add merge alias for configure in jrubyFlorian Frank2012-11-291-1/+1
|
* Increase default max_nesting to 100Erik Michaels-Ober2012-10-051-1/+1
| | | | See discussion at https://github.com/intridea/multi_json/pull/59.
* force jruby encoding after generationFlorian Frank2012-05-091-0/+4
|
* support buffer length settingsFlorian Frank2011-11-231-0/+21
|
* Add some documentationv1.5.4Florian Frank2011-08-311-1/+2
|
* Merge branch 'quirks-mode-parser' into quirks-modeFlorian Frank2011-07-311-2/+5
|\ | | | | | | | | | | | | | | | | Conflicts: java/src/json/ext/Parser.java java/src/json/ext/Parser.rl json.gemspec json_pure.gemspec tests/test_json.rb
| * Implement quirks_modeFlorian Frank2011-07-311-2/+5
| | | | | | | | This allows parsing of primitive values
* | started quirks mode for generatorFlorian Frank2011-07-271-11/+35
|/
* Fix memory leak when used from multiple JRuby runtimes.John Firebaugh2011-05-181-3/+3
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-0/+473