<div dir="ltr">In the most literal sense, GeoJSON has no advantages over JSON, because GeoJSON *is* JSON. Every piece of GeoJSON data is by definition JSON data.<div><br></div><div>As you know, JSON lets you create objects and arrays with any names and structure you want to give them. GeoJSON is merely a specification for a particular arrangement of JSON data useful for geographic data: what objects to create and what to name them.</div>

<div><br></div><div>So it's a bit like asking which tastes better, a slice of apple or a slice of fruit. An apple *is* fruit, so the question doesn't quite make sense.</div><div><br></div><div>Now I'm not saying this is a bad question to ask. In fact it's a rather interesting question and I'm glad you asked it.<br>

<div><br></div><div>Let's think about it a different way: maybe the real question is "What are the advantages of GeoJSON over making up my own JSON structures for geographic data?" Now that's easy to answer: If you make up your own JSON structures, only your own code will work with them. If you use GeoJSON, you have the possibility of working with other software that knows how to read and write this format.<br>

</div><div><br></div><div style>There's a similar situation with KML and XML. KML is XML just as GeoJSON is JSON: every KML document is an XML document by definition. In that sense you can't say that KML has any advantage over XML. But KML does have an advantage over making up your own flavor of XML for geographic data: compatibility with other software.<br>

</div><div style><br></div><div style>-Mike<br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 5:12 AM, Prabhu Vj <span dir="ltr"><<a href="mailto:prabhu.be1990@gmail.com" target="_blank">prabhu.be1990@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>      I want to know the advantages of GeoJSON over JSON... Please Help Me..<br><br>Thanks<br>Prabhu Jeevan<br>

<br>_______________________________________________<br>
Geojson mailing list<br>
<a href="mailto:Geojson@lists.geojson.org">Geojson@lists.geojson.org</a><br>
<a href="http://lists.geojson.org/listinfo.cgi/geojson-geojson.org" target="_blank">http://lists.geojson.org/listinfo.cgi/geojson-geojson.org</a><br>
<br></blockquote></div><br></div>