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

Switch from jsonpath_lib to jsonpath-rust #1345

Merged
merged 2 commits into from
Nov 23, 2023

Commits on Nov 21, 2023

  1. Switch from jsonpath_lib to jsonpath-rust

    `jsonpath_lib` is unmaintained, which is not ideal.  It is also forcing
    everyone to enable a `preserve_order` feature in the `serde_json`
    dependency.
    
    `preserve_order` is not following the proper feature model, where
    features are only adding functionality.  It is actually changing how
    `serde_json` works, switching from `BTreeMap` to `IndexMap`.
    
    Signed-off-by: Illia Bobyr <[email protected]>
    ilya-bobyr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b4f0002 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    4ab6e54 View commit details
    Browse the repository at this point in the history