Lab: Sort Object from XML data: Adapt your code that reads the plant catalog XML file
(http://www.w3schools.com/xml/xml_examples.asp)
but before displaying it, sort it first on zone, then on price (both ascending).
CHANGE: Change this assignment from reading an XML to a JSON file. See program below for converting the XML
file to JSON.