Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure the JsonCBR as described in Configuration and Testing section and use feeder and display component to send sample input and check the response respectively. 

...

Code Block
titleJsonOutput3
{ "store": {
"book": [ 
{ "category": "reference",
"author": "Nigel Rees",
"title": "My Radio Times",
"price": 8.95
},
{ "category": "fiction",
"author": "Evelyn Waugh",
"title": "Sword of Honour",
"price": 12.99
},
{ "category": "fiction",
"author": "Herman Melville",
"title": "Moby Dick",
"isbn": "0-553-21311-3",
"price": 8.99
},
{ "category": "fiction",
"author": "J. R. R. Tolkien",
"title": "The Lord of the Rings",
"isbn": "0-395-19395-8",
"price": 22.99
}
],
"bicycle": {
"color": "red",
"price": 19.95
}
}
       }

JsonOutput4JsonOutput2As $.store.book[0].isbn does not exist, no output is displayed.

JsonOutput5JsonOutput1As some Json expressions were evaluated as 'true', the OUT_FALSE gets no output, hence no output is displayed.

Adaptavist ThemeBuilder EngineAtlassian Confluence