Skip to content

Commit 01bf6be

Browse files
committed
Updating GraphSON wire format details
1 parent 99855d4 commit 01bf6be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/cosmos-db/gremlin-support.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ The following table lists the TinkerPop features that are implemented by Azure C
4343

4444
## Gremlin wire format
4545

46-
Azure Cosmos DB uses the JSON format when returning results from Gremlin operations. Azure Cosmos DB currently supports the JSON format which is similar to "GraphSONv2", although the returned results don't exactly match the GraphSON format. GraphSON is the Gremlin standard format for representing vertices, edges, and properties (single and multi-valued properties) using JSON.
47-
48-
For example, the following snippet shows a JSON representation of a vertex *returned to the client* from Azure Cosmos DB.
46+
Azure Cosmos DB uses the JSON format when returning results from Gremlin operations. Azure Cosmos DB currently supports the JSON format. For example, the following snippet shows a JSON representation of a vertex *returned to the client* from Azure Cosmos DB:
4947

5048
```json
5149
{

0 commit comments

Comments
 (0)