Mark Wardle
Results
1
issues of
Mark Wardle
## Summary Adds an end of file check to the streaming parser. ## Motivation ```julia # This works JSON.parse("123") # This also works JSON.parse(IOBuffer("123\n")) # This currently breaks JSON.parse(IOBuffer("123")) ```...