Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix in the document deserialization. #1367

Merged
merged 1 commit into from
May 11, 2022
Merged

Bugfix in the document deserialization. #1367

merged 1 commit into from
May 11, 2022

Commits on May 11, 2022

  1. Bugfix in the document deserialization.

    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
    fulmicoton committed May 11, 2022
    Configuration menu
    Copy the full SHA
    71e41fc View commit details
    Browse the repository at this point in the history