mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-21 18:50:42 +00:00
Deserializing a json field does not expect the end of the document anymore. This behavior is well documented in serde_json. https://docs.serde.rs/serde_json/fn.from_reader.html Closes #1366