bbenet / json-path

Automatically exported from code.google.com/p/json-path
0 stars 0 forks source link

Need support to return array length #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. evaluating the following expression:

$.store.book.length

What is the expected output? What do you see instead?
Expected: 4
Actual:  "Property ['length'] not found in path $['store']['book']"  

What version of the product are you using? On what operating system?

1.2.0

Please provide any additional information below.

I think Goessner php/js lib supports it. 

Original issue reported on code.google.com by junyushu...@gmail.com on 28 Jan 2015 at 6:33