New to JSON and struggling to convert a SQL table whereby Latitude and Longitude are stored in separate float fields. The requirement of RadMap to receive a single field (say Location as per examples) seems to be an Array. Any examples whereby these two distinct fields can be converted on the fly and JSON'd to the RadMap control as a single field ? (Note: I am choosing not to bind to the Latitude/Longitude via server binding method, I wish to use the RadClientDataSource consuming JSON)