tidwall / gjson

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

Fix Map method documentation #226

Closed ifraixedes closed 3 years ago

ifraixedes commented 3 years ago

Fix a typo in the Map method documentation and describes what it returns when the value isn't JSON to look like the Array method documentation.