Does golang client library has support for document API with JsonPath query?

Hello,

I am exploring a possible use case with Aerospike to query JSON documents stored using JsonPath. I have gone through the blog which mentions Java client support.

I couldn’t find anything similar on golang client doc. Please help me understand if I can achieve this in golang.

Thanks

The CDT Map API is available in the Go client as well, with the names and general usage. JsonPath functionality itself is Java specific though, and not available in Go. Go returns maps instead, which work somewhat differently. You can use an external library like this to the same effect: