summaryrefslogtreecommitdiff
path: root/java/src/json/ext/OptionsReader.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove quirks modeFlorian Frank2016-06-021-1/+1
|
* Remove remnants of GPL licensesFlorian Frank2015-09-111-2/+1
|
* Try to convert first with to_hash, then to_hFlorian Frank2013-02-211-2/+3
| | | | | | | | rb_convert_type doesn't return if conversion fails, so use rb_check_convert_type and the raise vi rb_convert_type. Make sure, that this behaviour is consisten across all generator implementations. Fixes https://github.com/flori/json/issues/162
* Support hash ducktype objects on JRuby as wellFlorian Frank2011-12-201-7/+1
|
* started quirks mode for generatorFlorian Frank2011-07-271-1/+1
|
* Fix memory leak when used from multiple JRuby runtimes.John Firebaugh2011-05-181-2/+2
|
* implement string matching for java parserFlorian Frank2011-01-021-2/+13
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-0/+108