Showing posts with label json. Show all posts
Showing posts with label json. Show all posts
Wednesday, November 25, 2015
Tuesday, November 17, 2015
jquery nested json example
shareNoteDocumentJson.push({
userId: '1',
notes: [
{ noteId: 'n1', note: 'note1' },
{ noteId: 'n2', note: 'note2' },
{ noteId: 'n3', note: 'note3' },
],
documents: [
{ documentId: 'd1', document: 'document1' },
{ documentId: 'd1', document: 'document2' },
{ documentId: 'd1', document: 'document3' },
]
});
userId: '1',
notes: [
{ noteId: 'n1', note: 'note1' },
{ noteId: 'n2', note: 'note2' },
{ noteId: 'n3', note: 'note3' },
],
documents: [
{ documentId: 'd1', document: 'document1' },
{ documentId: 'd1', document: 'document2' },
{ documentId: 'd1', document: 'document3' },
]
});
Subscribe to:
Posts (Atom)