I have struggles to craft working jsonpath (Jayway https://jsonpath.herokuapp.com/) where property (scalar) is returned as array.
For input
{
"a":{
"b":"valueofb"
}
}
I would like obtain array: ["valueofb"]
NOT just valueofb
I have struggles to craft working jsonpath (Jayway https://jsonpath.herokuapp.com/) where property (scalar) is returned as array.
For input
{
"a":{
"b":"valueofb"
}
}
I would like obtain array: ["valueofb"]
NOT just valueofb