Accessing XML and JSON content
Building on my earlier post of JSON and XML data, using the same table today we will take a look at accessing data. With that we can easily grab the entire XML document or the entire JSON object, but what if we want to query a specific users first name or last name. Here is how we would do that …