2 comments on “Real Basic Tutorials: Underscore.js

  1. Sorry for the delay, been neglecting the blog again. I for some reason didn’t link to the json document you’d use for this, but the structure for this particular example is pretty simple:

    {
    “header”: “Bob’s Profile”,
    “name”: “Bob Robertson”,
    “address”: “1010 Some Street, New York, NY, 10001”,
    “phone”: “(212) 555-1212”,
    “interests”: “Bob likes apples, big ones and floating ones.”
    }

Leave a Reply