How To get the number of author's in JSON Path version 2.2.0 ?
63 views
Skip to first unread message
Hann
unread,
Apr 7, 2016, 3:41:55 AM4/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsonPath
In the older version 0.9.0 we were able to get the size of the number of authors or the count of the authors. But in the current version I am struggling to do this, I have tried to use the length() function but it does not allow me to do this .
kalle stenflo
unread,
Apr 8, 2016, 4:41:41 AM4/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsonPath
You can get the size of the book array using
$.store.book.size()
Hann
unread,
Apr 19, 2016, 3:51:48 AM4/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JsonPath
Thank you very much for your answer kalle stenflo :D