jmoiron / jsonq

simple json field access for golang
MIT License
585 stars 76 forks source link

Handle pointer values #13

Closed tonyghita closed 6 years ago

tonyghita commented 7 years ago

I love this library, but wanted to use it for querying a map[string]interface{} with optional fields.