Greetings Everyone,

I am developing an iOS where I use CBModel to parse documents from my 
database. I am facing an issue/confusion when attempting to parse a 
document below with a type but that has an object inside(not a document), 
my data looks as such:
{
  "codeCouleur": "115,194,251",
  "groupeOffre": "DIGITAL_CUSTOMER_XP",
  "idImageHeader": "image:658899-4567",
  "idImagePrincipale": "image:877676-6577",
  "idPictogramme": "image:679865-7990",
  "traductions": [
    {
      "detailHtml": "<h1>Moderne et innovant</h1><p>Le Creative Studio vous 
accompagne pour la conception de vos projets digitaux. L'effet wow en 
plus</p><hr />[image1]<h2>ERGONOMIE</h2><p>Le Creative Studio est convaincu 
que l'ergonomie est un facteur crucial pour la réussite pour un projet site 
web ou d'application. ...</p>",
      "imagesDetailHtml": {
        "image1": 
"image:image_guillaume:b10fc2c7-78d6-4bac-bbfa-1d6816224360"
      },
      "langue": "fr",
      "nom": "Creative Studio",
      "texteAccroche": "Découvrer des design sur mesure"
    }
  ],
  "type": "Offre"
}

My issue is how I would parse this document that has an array "traductions" 
that has two objects  inside it(nested objects I think) that is inside the 
"offre" document.  My knowledge for couchebase iOS comes from the samples 
provided but none address such scenario. Any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/c20d647d-7961-4682-9266-52a85684de78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to