Step past errors in serde_json StreamDeserializer

No problem. I realized I forgot something, so I made another small tweak. This saves you from having to check manually whether the JSON was valid upon each iteration (in order to stop the iteration if it wasn't), so this latest version will never return an infinite stream of identical errors.

2 Likes