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

More backward compatibility for JSON path features #25

Merged
merged 11 commits into from
Oct 16, 2024

Conversation

ayato-p
Copy link
Collaborator

@ayato-p ayato-p commented Oct 12, 2024

以下はサポートしない(JsonPathで対応できる範囲のため)

レスポンスのJSONの配列<jsonPath>に、小数値<value>が存在する
レスポンスのJSONの配列<jsonPath>に、整数値<value>が存在しない
レスポンスのJSONの配列<jsonPath>に、整数値<value>が存在する
レスポンスのJSONの配列<jsonPath>に、文字列<value>が存在しない
レスポンスのJSONの配列<jsonPath>に、文字列<value>が存在する
レスポンスのJSONの<jsonPath>の配列に、Key<key>の値が<value>である要素が存在する
レスポンスのJSONの<jsonPath>の配列の、UniqueKey<uniqueKey>の値が<filterValue>である要素の<key>が、小数値の<expected>である
レスポンスのJSONの<jsonPath>の配列の、UniqueKey<uniqueKey>の値が<filterValue>である要素の<key>が、真偽値の<expected>である
レスポンスのJSONの<jsonPath>の配列の、UniqueKey<uniqueKey>の値が<filterValue>である要素の<key>が、整数値の<expected>である
レスポンスのJSONの<jsonPath>の配列の、UniqueKey<uniqueKey>の値が<filterValue>である要素の<key>が、文字列の<expected>である
レスポンスのJSONの<jsonPath>の配列の長さが<length>である

@ayato-p ayato-p merged commit d922f99 into main Oct 16, 2024
3 checks passed
@ayato-p ayato-p deleted the more-backward-compatiility branch October 16, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant