basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

Bz525 json parse exception #3

Closed kellymclaughlin closed 13 years ago

kellymclaughlin commented 13 years ago

Verified Mario Scheliga's hypothesis in bz comments that it was a problem with the json2.js file. The problem resulted from using Riak.mapValuesJson which calls JSON.parse from json2.js. The newer version fixes the handling of '\r' characters.

marsch commented 13 years ago

Great :-) am happy about this