Sign in
apache
/
camel
/
refs/heads/task-5
/
.
/
components
/
camel-jsonpath
/
src
/
test
/
resources
/
expensive.json
blob: df24270cbc8ed815e57deaad61ad9387e175a5dd [
file
] [
log
] [
blame
]
{
"store"
:
{
"book"
:
[
{
"category"
:
"programming"
,
"author"
:
"Claus Ibsen,Jonathan Anstey"
,
"title"
:
"Camel in Action"
,
"price"
:
39.99
,
"isbn"
:
"978-193-518-236-8"
}
],
"bicycle"
:
{
"color"
:
"red"
,
"price"
:
99.95
}
}
}