tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
13.95k stars 841 forks source link

how to return a value of an item that its key contains dots? #309

Closed alexkapu closed 1 year ago

alexkapu commented 1 year ago

e.g

{ book: { page.alex/door/car.start : { value : "1" } } }

I want to get the value under value name.

this does not work for me.