Is it possible to make a mapping for NeoJSON that an object shape maps to a 
different shape. I mean if it is possible to have a class with instVars:

Foo
  +name
  +x 
  +y

that maps to

{
   'name' ; …,
   'point' : {
      x : …,
      y : …. }
}

thanks,

Norbert

Reply via email to