ohler55 / ojg

Optimized JSON for Go
MIT License
857 stars 49 forks source link

Path handler #180

Closed ohler55 closed 2 months ago

mehdi-shokohi commented 2 months ago

hi , GetNodes(n gen.Node) in jp.node -> GetNodes . in case Nth u have if 0 < i && i < len(tv)

its normal or must be 0<= i

in array index zero returned null