method

as_json

Importance_1
as_json(options = nil) public

Encoding Infinity or NaN to JSON should return “null”. The default returns “Infinity” or “NaN” which breaks parsing the JSON. E.g. JSON.parse(‘[NaN]’).

Show source
Register or log in to add new notes.