tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
14.1k stars 846 forks source link

does map modifier exist? #228

Closed mdraevich closed 2 years ago

mdraevich commented 3 years ago

Hello!

I'm looking for modifier as Map. I have no ability to do some coding like Result.Map() because I'm working within Telegraf Agent that uses gjson for JSON query. How to use Map as modifier?