GNOME Bugzilla – Bug 768788
Incorrect account of jsonPath syntax in doc
Last modified: 2017-03-18 18:46:00 UTC
Created attachment 331448 [details] [review] patch for doc The doc for json-glib misstates the meaning of the jsonPath set notation operator, as in $.store.book[0,2] This does not mean elements 0 to 2 (a range) but rather just elements 0 and 2. This is correctly handled in the library; it's just the doc that is wrong.
Thanks for the patch. Next time it would be much more helpful if you attached a patch generated by `git-format-patch`, or (even better), by git-bz.