Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix parsing of unicode, mixing literal characters with escaped, by forcing ↵ | Ethan | 2022-02-08 | 1 | -1/+1 |
| | | | | encoding back to ASCII_8BIT before gsubing back into parse_string result | ||||
* | Fix some typos | Ryuta Kamizono | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Implement a freeze: parser option | Jean Boussier | 2020-09-15 | 1 | -0/+14 |
| | | | | | | | If set to true all parsed objects will be immediately frozen, and strings will be deduplicated if the Ruby implementation allows it. | ||||
* | Merge pull request #425 from marcandre/fix_pure_parser | Hiroshi SHIBATA | 2020-08-14 | 1 | -2/+6 |
|\ | | | | | Fix pure parser with unclosed arrays / objects [Fix #314] | ||||
| * | Fix pure parser with unclosed arrays / objects [Fix #314] | Marc-Andre Lafortune | 2020-06-30 | 1 | -2/+6 |
| | | |||||
* | | Fix alignment | Marc-Andre Lafortune | 2020-06-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #191 from jkanywhere/spell-fixes | Hiroshi SHIBATA | 2020-06-25 | 1 | -1/+1 |
|\ | | | | | Spelling and grammar fixes for comments. | ||||
| * | Spelling and grammar fixes for comments. | Josh Kline | 2013-12-28 | 1 | -1/+1 |
| | | |||||
* | | Minor cleanup for ruby 2.7 warnings and failures. | Ryan Davis | 2019-11-27 | 1 | -1/+9 |
| | | |||||
* | | Merge decimal_class patch by Michael Jaschob | Florian Frank | 2016-09-23 | 1 | -1/+5 |
| | | | | | | | | | | | | Also: - Avoid some issues with bundler - Avoid some issues with jruby | ||||
* | | Add frozen_string_literal: false | Nobuyoshi Nakada | 2016-06-21 | 1 | -0/+1 |
| | | | | | | | | When you change this to true, you may need to add more tests. | ||||
* | | Treat ASCII_8BIT as UTF-8 by default | Florian Frank | 2016-06-03 | 1 | -2/+4 |
| | | |||||
* | | Remove quirks mode | Florian Frank | 2016-06-02 | 1 | -13/+3 |
| | | |||||
* | | Change rfc reference | Florian Frank | 2016-06-02 | 1 | -1/+1 |
| | | |||||
* | | Disallow usage of symbolize_names and create_additions | Florian Frank | 2015-06-15 | 1 | -2/+6 |
| | | |||||
* | | Refactor tests and make pure parser green | Florian Frank | 2015-06-15 | 1 | -34/+17 |
| | | |||||
* | | Remove byte sniffing from Pure::Parser | Florian Frank | 2015-06-13 | 1 | -33/+1 |
|/ | |||||
* | Security fix create_additons/JSON::GenericObjectv1.7.7 | Florian Frank | 2013-02-11 | 1 | -4/+4 |
| | |||||
* | Increase default max_nesting to 100 | Erik Michaels-Ober | 2012-10-05 | 1 | -3/+3 |
| | | | | See discussion at https://github.com/intridea/multi_json/pull/59. | ||||
* | always raise type error when parsing nil | Florian Frank | 2011-11-03 | 1 | -2/+7 |
| | |||||
* | Add some documentationv1.5.4 | Florian Frank | 2011-08-31 | 1 | -0/+2 |
| | |||||
* | Implement quirks_mode | Florian Frank | 2011-07-27 | 1 | -55/+87 |
| | | | | This allows parsing of primitive values | ||||
* | remove trailing spaces. | Nobuyoshi Nakada | 2011-07-08 | 1 | -3/+3 |
| | |||||
* | renamed :match argument to :match_stringv1.5.0 | Florian Frank | 2011-01-05 | 1 | -3/+3 |
| | |||||
* | Rubinius' strscan already has a @match ivar | Florian Frank | 2011-01-02 | 1 | -3/+3 |
| | |||||
* | Added matching in pure/ext parser | Florian Frank | 2011-01-02 | 1 | -8/+14 |
| | |||||
* | make sure bytes is a 8-bit string on all rubies | Florian Frank | 2011-01-02 | 1 | -2/+7 |
| | |||||
* | use JSON.iconv abstraction | Florian Frank | 2011-01-02 | 1 | -3/+3 |
| | |||||
* | some code cleanup | Florian Frank | 2010-08-06 | 1 | -27/+28 |
| | |||||
* | make sure to use toplevel ::Encoding | Florian Frank | 2010-08-06 | 1 | -8/+9 |
| | |||||
* | implemented symbolize_names feature, #8 | Florian Frank | 2009-11-25 | 1 | -1/+5 |
| | |||||
* | implemented utf sniffing, transcoding in parser | Florian Frank | 2009-10-16 | 1 | -1/+35 |
| | | | | | improved documentation added to changes | ||||
* | initial commit | Florian Frank | 2009-08-24 | 1 | -0/+269 |