Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SIRHAMY/0f1a0ed740ba6543ab103c031f795fe7 to your computer and use it in GitHub Desktop.
Save SIRHAMY/0f1a0ed740ba6543ab103c031f795fe7 to your computer and use it in GitHub Desktop.
Example of JSON to create a new vertex in IBM's GraphDB
{ "label": "user",
"properties":
{
"name":"SIRHAMY",
"email": "sirhamy@sirhamy.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment