1.1.6
* Handle bug with parsing arrays like `["","/"]` (#33)

1.1.5
* Correctly handle malformed quotations (#31)

1.1.4
* Performance improvement (#19)
* Handle numeric keys (#20)
* Refactor error handling (#29)

1.1.3
* Avoid an infinite loop on malformed input (#27)

1.1.2
* Handle comments in JavaScript code (#22)

1.1.1
* Fix instalation bug (headers moved to a different dir)

1.1.0
* Parser refactored and rewritten in order to simplify code and improve speed
* Allow handling JavaScript functions and other strange stuff such as regexes (#16)
* Allow passing down json.loads parameters
* Allow handling hexadecimal, octal and binary literals (#12)

1.0.17
* Handle memory corruption on unclosed quotations (#13)

1.0.16
* Handle floats with leading zeros (#10)

1.0.15
* Handle $ and _ characters at the beginning of keys (#9)

1.0.14
* Handle "undefined" keyword in JavaScript objects (#7)

1.0.13
* Handle escaped quotations correctly (#6)

1.0.12
* Handle windows newlines (#5)

1.0.11
* Handle jsonlines (#3)

1.0.1
* Handle Unicode in keys (#2)
