Im trying to create a loop that will print the ISBN and it's Values.
this is a sample a list.
"BooksISBN": [
{
"type": "ISBN_13",
"identifier": "9783846035672"
},
{
"type": "ISBN_10",
"identifier": "384603567X"
}
],
expected reslut
ISBN_13 : 9783846035672
ISBN_10 : 384603567X