Hi, can you send over an example of what you are doing so we can take a look? Also note that with the 1.* SDKs, the JSON is completely under your control. The SDK just expects a JSON string and stores it, so there is probably a bug in how you use GSON in your application. We don't do anything with the JSON string than convert it into raw bytes to send over the wire.
Am Mittwoch, 30. Juli 2014 19:38:33 UTC+2 schrieb Victor Fernandez: > > One of my documents have inside an array, I use GSON in Java with the > Couchbase SDK Client for transform the elements in Java Objetcs. > I store the json documents inside a HashMap<String,String>. All values was > saved fine except the field that have an array as a value. How can i do > this? Any thing will be helpful. > -- You received this message because you are subscribed to the Google Groups "Couchbase" 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.
