Hello,
I want to put a json object into a property and retrive it.
Ex: i have a node with a property test:'[{"id":"string",tilte:"string"},{"id":"string",tilte:"string"}]'
i want to deserialize this property ton an object with de neojclient driver bu...