[ 
https://issues.apache.org/jira/browse/TINKERPOP-2969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Hu updated TINKERPOP-2969:
------------------------------
    Description: 
Now that we have untyped GraphSON consistently implemented, there are a few 
things we could do to improve the untyped version and to adjust a thing or two 
in the typed version. Also, if we make some of these changes to GraphSON they 
should also apply to GraphBinary.

in GraphSON untyped use our "~" prefix for any structural/reserved keys like 
T.label or T.id

  was:
Now that we have untyped GraphSON consistently implemented, there are a few 
things we could do to improve the untyped version and to adjust a thing or two 
in the typed version. Also, if we make some of these changes to GraphSON they 
should also apply to GraphBinary.

1. allow for multi-label on vertices as more graphs are allowing that these
days.
2. in GraphSON untyped use our "~" prefix for any structural/reserved keys like 
T.label or T.id
3. get the {{Tree}} right for GraphSON
{code}
{
"node": {},
"children": [{
"node": {},
"children": []
},
{
"node": {},
"children": []
},
{
"node": {},
"children": [{
"node": {},
"children": []
}]
}]
}
{code}
4. Drop extended types from GraphBinary and GraphSON and any types that might 
be considered JVM oriented.


> Add tilde prefix to reserved keywords in untyped GraphSON
> ---------------------------------------------------------
>
>                 Key: TINKERPOP-2969
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2969
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: io
>    Affects Versions: 3.6.4
>            Reporter: Stephen Mallette
>            Priority: Major
>
> Now that we have untyped GraphSON consistently implemented, there are a few 
> things we could do to improve the untyped version and to adjust a thing or 
> two in the typed version. Also, if we make some of these changes to GraphSON 
> they should also apply to GraphBinary.
> in GraphSON untyped use our "~" prefix for any structural/reserved keys like 
> T.label or T.id



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to