Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

7. Dokumente > Aufbau von Dokumenten

Aufbau von Dokumenten

Die Dokumente in CouchDB sind einfache JSON-Objekte. Diese können beliebige Strukturen annehmen und verschachtelt werden. Folgendes Beispiel zeigt ein einfaches verschachteltes CouchDB-Dokument.

{
   "_id":"meine_id",
   "_rev":"f5fef7e8145a38bf8b5a8da7f2b0e8b2",
   "name":"Apfelbaum",
   "gepflanzt":"30.05.2004",
   "ernte":[
       "Mai",
       "August"
   ],
   "fruechte":[
      {
         "position_x":2,
         "position_y":4,
         "farbe":"gold",
         "geschmack":"sueß"
      },
      {
         "position_x":3,
         "position_y":3,
         "farbe":"gruen",
         "geschmack":"sauer"
      }
   ]
}

  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint