Sign in
apache
/
camel
/
refs/heads/task-49
/
.
/
components
/
camel-jsonpath
/
src
/
test
/
resources
/
messages.json
blob: 1b099d19b4d971b2e6afd4e9835708b9bd754c7a [
file
] [
log
] [
blame
]
{
"messages"
:
[
{
"id"
:
1
,
"text"
:
"Hello, this is a message from a user."
},
{
"id"
:
2
,
"text"
:
"This is another message from a user."
},
{
"id"
:
3
,
"text"
:
"This message is from a bot."
,
"bot_id"
:
"123"
}
]
}