tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
14.21k stars 847 forks source link

Return back bytes from Result #307

Open anacrolix opened 1 year ago

anacrolix commented 1 year ago

After using Get to follow a path, how can I get back the bytes pointed to, rather than have them decoded into a JSON type?

feketegy commented 5 months ago

+1 for this