sileht / python-jsonpath-rw-ext

Extensions for JSONPath RW
Apache License 2.0
59 stars 19 forks source link

Added support for floating point types in filter predicates #5

Closed 0xdecaf closed 8 years ago

0xdecaf commented 8 years ago

Added the capability to use floating point values in the filters. The floating point values must start with a leading zero. This is to address the issue #4.