Skip to content

Commit 5f420de

Browse files
committed
implemented symbolize_names feature, #8
1 parent 31132c3 commit 5f420de

8 files changed

Lines changed: 154 additions & 97 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2009-11-25 (1.2.1)
2+
* added :symbolize_names option to Parser, which returns symbols instead of
3+
strings in object names/keys.
14
2009-10-01 (1.2.0)
25
* fast_generate now raises an exeception for nan and infinite floats.
36
* On Ruby 1.8 json supports parsing of UTF-8, UTF-16BE, UTF-16LE, UTF-32BE,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

0 commit comments

Comments
 (0)