<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Why are different formats returned with JSON?"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Why are different formats returned with JSON?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Why are different formats returned with JSON?</title>
				<description><![CDATA[ I understand very little of this, but am using genomes to geocode photos with a Ruby script and wondered why different formats are returned and if a standard format could be requested.

For example neighbourhood returns:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>{"adminName2"=&gt;"Los Angeles County", "adminCode2"=&gt;"037", "adminCode1"=&gt;"CA", "countryName"=&gt;"United States", "name"=&gt;"Hollywood Riviera", "countryCode"=&gt;"US", "city"=&gt;"Torrance", "adminName1"=&gt;"California"}</pre>
		</div>Nice and simple.
But findNearbyPlaceNameJSON returns:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>{"geonames":&#91;{"countryId":"6252001","adminCode1":"CA","countryName":"United States","fclName":"city, village,...","countryCode":"US","lng":"-118.3798","fcodeName":"populated place","distance":"1.02747","toponymName":"Clifton","fcl":"P","name":"Clifton","fcode":"PPL","geonameId":5338011,"lat":"33.82752","adminName1":"California","population":0}&#93;}</pre>
		</div>with the (to me) superfluous <i>{"geonames":[</i> and closing extras at the end. This has to be stripped away. Actually I don't yet know how to strip it away without turning it into a string, then can't use array methods to retrieve the desired data.

I think geonames is great, and maybe this isn't the place to discuss my issues. If so where?

Thanks]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/4585.page#12983</guid>
				<link>http://forum.geonames.org/gforum/posts/list/4585.page#12983</link>
				<pubDate><![CDATA[Sun, 24 Nov 2013 11:27:37]]> GMT</pubDate>
				<author><![CDATA[ MtnBiker]]></author>
			</item>
	</channel>
</rss>