mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-17 00:03:14 +00:00

* Add unit tests for negative indexes in json ops * Allow negative indexes in JSON operators Negative indexes will be treated as counting from the end, so -1 means last item of the array, -2 means next-to-last item, and so on. * Add documentation for negative indexes