crest-cassia / oacis

http://crest-cassia.github.io/oacis/
46 stars 9 forks source link

fallback error when invalid json value is included #706

Closed yohm closed 4 years ago

yohm commented 4 years ago

When result contains an invalid JSON value such as Infinity, JSON.pretty_generate raises an error. To fallback the error, we catch JSON::GeneratorError and replace it with to_json.