Sign in
apache
/
camel
/
refs/heads/task-48
/
.
/
components
/
camel-jsonpath
/
src
/
test
/
resources
/
cheap.json
blob: a9783a7d68fa9a516285766acf0caf84e9ca41c5 [
file
] [
log
] [
blame
]
{
"store"
:
{
"book"
:
[
{
"category"
:
"reference"
,
"author"
:
"Nigel Rees"
,
"title"
:
"Sayings of the Century"
,
"price"
:
8.95
}
],
"bicycle"
:
{
"color"
:
"red"
,
"price"
:
99.95
}
}
}