thanks for the responses Kelvin.
I was looking for examples for use with Gremlin server.
My use case is to do integration testing by using the testcontainers framework and a docker image of gremlin server. Then I would like to load in some pre-defined data that I can write tests against. I was looking to use Json as I find that most easily comprehended.
You're absolutely right about Neptune not giving access to the io() classes , probably to stop newbies like me trying to export a petabyte production graph! I could export my graph from Neptune as JSON but not sure if it would then be compatible with Gremlin server (presumably this is backed by Tinkergraph in-memory by default).