Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, January 24, 2013

XML & JSON



# Codecademy sample solution

# 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"
#     }
#   }
# }

answer = 'JSON'

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts