kek.forums@gmail.com (Petr Novak)
- Login: kek.forums@gmail.com
- Registered on: 03/26/2016
- Last sign in: 03/26/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/26/2016
-
12:36 PM Ruby Bug #12219 (Closed): JSON.parse does not resolve to specific Class by 'json_class' attribute, when symbolize_names:true
When I enable symbolize_names, than parser does not match the 'json_class' attribute. The Hash instance is returned instead of expected instance of class defined in 'json_class' attribute.
~~~
JSON.parse(json, :create_additions =...