// What data format is shown below? Set answer
// equal to 'XML' for XML and 'JSON' for JSON.
// {
// "Cartoon Foxes": {
// {
// "Name": "Fox Tall",
// "Job": "Bein' tall"
// },
// {
// "Name": "Fox Small",
// "Job": "Bein' small"
// }
// }
// }
var answer = "JSON";
No comments:
Post a Comment