Thank you, that has removed the \.

However, it has still replaced the content under field attrib.

Here's the original document:
{
"@class":"item",
"key":"GSXR1000",
"name":[
{ "culture":"en-us", "value":"GSX-R1000" },
{ "culture":"de", "value":"GSX-R1000" }
],
"attrib":[
{
"culture":"en-us",
"item":[
{ "key":"Manufacturer", "name":"Fabrikant", "value":"Suzuki" },
{ "key":"Height", "name":"Height", "value":"500" }
]
},
{
"culture":"de",
"item":[
{ "key":"Manufacturer", "name":"Fabrikant", "value":"Suzuki" },
{ "key":"Height", "name":"Hoogte", "value":"500" }
]
}
]
}

After merge I end up with:
{
"@class":"item",
"key":"GSXR1000",
"name":[
{ "culture":"en-us", "value":"GSX-R1000" },
{ "culture":"de", "value":"GSX-R1000" }
],
"attrib":[
{
"culture":"en-us",
"item":[
{ "key":"Manufacturer", "name":"Manufacturer", "value":"Suzuki" }
]
}
]
}

-- 

--- 
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/groups/opt_out.

Reply via email to