spyzhov / ajson

Abstract JSON for Golang with JSONPath support
MIT License
247 stars 23 forks source link

#67 `length` returns the size of array or length of the string. Add `… #68

Closed spyzhov closed 5 months ago

spyzhov commented 5 months ago

length returns the size of array or length of the string. Add size function to provide the count of internal elements of arrays and objects.

Closes #67