acmswebmaster
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] How to parse top-level JSON array?[
{
"key": "8PADRAJJ",
"version": 18555,
"library": {
"type": "group",
"id": 4991506,
"name": "Bibliography of Christianity and Mathematics Project",
"links": {
"alternate": {
"href": "https://www.zotero.org/groups/4991506",
"type": "text/html"
}
}
},
"links": {
"self": {
"href": "https://api.zotero.org/groups/4991506/items/8PADRAJJ",
"type": "application/json"
},
"alternate": {
"href": "https://www.zotero.org/groups/4991506/items/8PADRAJJ",
"type": "text/html"
}
},
"meta": {
"createdByUser": {
"id": 11310786,
"username": "CJongsma",
"name": "Calvin Jongsma",
"links": {
"alternate": {
"href": "https://www.zotero.org/cjongsma",
"type": "text/html"
}
}
},
"creatorSummary": "Sullivan",
"parsedDate": "1952",
"numChildren": 0
},
"data": {
"key": "8PADRAJJ",
"version": 18555,
"itemType": "bookSection",
"title": "Schools of Thought Concerning Mathematics Foundations",
"creators": [
{
"creatorType": "author",
"firstName": "Helen, O.S.B.",
"lastName": "Sullivan"
}
],
"abstractNote": "This is Chapter XIII of the book.\nDoiscusses the overall aims of the three major schools of 20th-century philosophy of mathematics (logicism, formalism, intuitionism).\n [CJ]",
"bookTitle": "An Introduction to the Philosophy of Natural and Mathematical Sciences",
"series": "",
"seriesNumber": "",
"volume": "",
"numberOfVolumes": "",
"edition": "",
"place": "New York",
"publisher": "Vantage Press",
"date": "1952; 2021",
"pages": "136-147",
"language": "English",
"ISBN": "978-1-01-394356-0",
"shortTitle": "Concerning Mathematics Foundations",
"url": "",
"accessDate": "",
"archive": "",
"archiveLocation": "",
"libraryCatalog": "Amazon",
"callNumber": "",
"rights": "",
"extra": "",
"tags": [
{
"tag": "Aquinas"
},
{
"tag": "Aristotle"
},
{
"tag": "Christian perspective"
},
{
"tag": "Descartes"
},
{
"tag": "Newton"
},
{
"tag": "Plato"
},
{
"tag": "Pythagoreans"
},
{
"tag": "Thomism"
},
{
"tag": "curriculum"
},
{
"tag": "epistemology"
},
{
"tag": "foundations of mathematics"
},
{
"tag": "geometry"
},
{
"tag": "history of mathematics"
},
{
"tag": "logic"
},
{
"tag": "mathematics education"
},
{
"tag": "mathematization"
},
{
"tag": "motion"
},
{
"tag": "philosophy of mathematics"
},
{
"tag": "quantity"
},
{
"tag": "space"
},
{
"tag": "truth"
}
],
"collections": [],
"relations": {
"dc:relation": [
"https://zotero.org/groups/4991506/items/FZHY66E7",
"https://zotero.org/groups/4991506/items/SXXSR3WG"
]
},
"dateAdded": "2024-06-12T17:11:29Z",
"dateModified": "2024-06-13T16:46:09Z"
}
},
... many more objects here...
]The above is the first object in the array. I don’t know how to get at that object.
I tried {[0].data.title} but that didn’t work:
DEBUG: basenode: no basenode defined
}
DEBUG: template:
{[0].data.title
Viewing 1 replies (of 1 total)