krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
830 stars 251 forks source link

Updated sections about GraphSON and using g.io() #262

Closed spmallette closed 11 months ago

spmallette commented 11 months ago

No need to really focus on GraphSON 1 anymore now that GraphSON 3 has an untyped form. Changed references from the structure API of graph.io() to the Gremlin step of g.io(). #256 and #31