問題タブ [jayway]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
447 参照

java - オブジェクトと配列の両方の Jayway JSONPath Exession

親要素がJSONObjectだけでなくJSONArrayでもある場合、値を取得するのに苦労しています。そのために、Deepcopy 構文を使用して取得しました。子属性が内部配列にも存在する場合、問題は追加の値を取得しています。

例: JpathExpression:

結果は次のとおりです。

例 1 期待される結果は次のとおりです。

例 1:

例 2:

例 2 期待される結果は次のとおりです。

0 投票する
1 に答える
327 参照

maven - Unable to find/import 'io.rest-assured' packages even after adding to Maven Project

I have added the below dependencies to the maven project pom.xml file and i did a mvn clean, install. I can see the dependencies added to the .m2 folder in my c-drive/users, but they are not listed under the IntelliJ "External Libraries" section. Also when i try to import them to the class i am not seeing them and i get 'Not found' error.

Dependencies added -

enter image description here

0 投票する
2 に答える
868 参照

java - 別のフィールドの値に基づく要素の JSON パス条件付きインデックス

別のオブジェクトの値に基づいて配列要素を選択したい (配列部分ではない)

の値に基づいて配列要素を選択したい$.conditionalField。私はこのようなものが必要です:

$.array[($.conditionalField == "ab" ? 0 : 1)]

json パスはこれをサポートしていますか? Jayway JSON パスを使用します