Alexander Anding
Results
1
comments of
Alexander Anding
I had the same problem in Rust, checking if the JSON is empty before calling `JsonReader::new(f)` helped to work around this error, might make sense in Python too.