You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #165, to implement #168 properly still requires reader support. A similar analogous as done for writers can be done for readers also. The big roadblocks here are:
Any progress on this in the meantime? I need to handle a Python-generated file that contains both NaN as a number (violating the JSON spec) and "NaN" as a string. Currently, I'm using Python's parser via PyCall to get around this, but obviously I'd rather like to avoid that.
After #165, to implement #168 properly still requires reader support. A similar analogous as done for writers can be done for readers also. The big roadblocks here are:
Base
parsing/reading API; POC/WIP/RFC: faster integer parsing; defineparse
semantics JuliaLang/julia#16981 seems to start on thisTODO list:
NaN
andInf
)function
, run custom parsing function)$
, after which Julia parser is run)The text was updated successfully, but these errors were encountered: