Attached 13th version of the jsonpath patches.
Syntax of .** accessor (our extension to standard) was changed to become more
similar to the syntax of the standard array accessor:
.**{2, 5} => .**{2 to 5}
.**{3,} => .**{3 to last}
--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company