Hi Alexander, With DocumentDBs this is an embedded field, so: Create property embedded EMBEDDED Test;
To create an embedded object of type "Test". This is automatically converted from/to json when you work on it. Lvc@ ᐧ On 25 August 2014 17:32, alexander anguiano <[email protected]> wrote: > Is it possible to create a class that has a field of json? > > Create Class Package extends V; > Create property name string; > Create property myjson ?????; > > what type would this be? > > > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
