SymbolixAU/jsonify

Inf

Opened this issue · 1 comments

In JSON "Inf" isn't a thing. But in R it is.

This currently returns an R String

jsonify::from_json('["Inf"]')
# "Inf"

Should it be an R Inf type?

I'm unlikely to implement this unless there is large support. Closing until that day comes.