Alix
unread,Feb 29, 2012, 4:54:04 PM2/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Persevere
Hi,
Is there a way to resolve the Jsonpath given the sub-object
properties. Say you have the following json. Is there a way to return
$.properties[1] given a part or whole sub-object of: "name":"combo1".
{
"properties":[
{
"name":"text1",
"value":["textvalue1"]
},
{
"name":"combo1",
"value":["combovalue1"]
}
],
"moreproperties":
[
{
"targetName":"mytarget",
"devices":["Pager","Email"]
}
]
}