Jeffail/gabs

Feature request: use -1 index to get last item in array.

heramerom opened this issue · 0 comments

// json = `[1,2,3]`

value, ok = jsonParsed.Path("-1").Data().(int32)
value  == 3 && ok == true