python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Serenity-BDD jsonPath validation
I'm doing a serenity test and want to do some validation on json.
The json I got looks like
{
"devices": [
{
"deviceId": "0",
"de...
TVRiddle
Votes: 0
Answers: 1
JSONPath union "[,]" equivalent in GPath
Consider given JSON
{
"data": {
"array": [
{
"foo": {"a": "1 foo a", "b": "2 foo b", "c": 512},
...
RomanMitasov
Votes: 0
Answers: 2
How to get object value separated by type?
I have an Object like this.
I got the "apple" in the following code and an object.
{
"@context": "http://schema.org",
"@type": "ImageObject",...
saya-ma
Votes: 0
Answers: 1
Correct Json Path to extract the data
i have a json structure like that, where i would like to take from the json path the "id", but when i run the JSON input method in pentaho, putting "$..id" as the path, it returns ...
user15936034
Votes: 0
Answers: 1