<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">Hi there.<br>
      <br>
      I'm building some code based heavily around the "simpleclient.cpp"
      example in the tools section of the source code. I'm trying to
      simply extract the driving distance and time from the returned
      JSON object. <br>
      <br>
      This could be achieved by taking the object returned and
      manipulating it which seems wasteful, or I could amend the code
      such that is purely returned the required information. If the
      latter isn't realistic, then using the existing JSON handler, how
      could I extract information from the JSON object?<br>
      <br>
      Cheers<br>
    </font>
  </body>
</html>