mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 08:00:55 -05:00
* drop some code * Drop JsonPathString * Fix test_remove_key Drop failing tests: - Deleting array indices is not idempotent, so we don't support it. - Empty JSONPath is not supported. * Make json_path::path() non-generic * Remove references to JsonPathV2 * Drop JsonPathInterface * Move json_path::v2 code into json_path * Drop validate_not_empty * Drop JsonPath::head() as being unused * Replace path() with JsonPath::new() * Restore comments * Move tests to json_path * Use json() consistently in tests * Replace many into calls with Into trait --------- Co-authored-by: timvisee <tim@visee.me>