JSON Developer Utilities
I have been using a couple of utilities to make my life easier when developing applications using JSON. These utilities might come in real handy if you are doing the same. The application I have been using the most is JSON Viewer. This little tool has a standalone application and also a Visualizer for Microsoft Visual Studio.NET that comes in real handy. I have listed the utility in my developer utilities page. See some screenshots below.
If you are not interested in installing JSON Viewer, you can use another similar tool called JSONEditor online.
Follow Me
Contact me
Why serialize coordinates as strings in this JSON?
Hi Sean,
I am transferring shapefile data (coordinates and attributes) to a VirtualEarth application as discussed in one of my previous posts.
http://viswaug.wordpress.com/2008/01/21/viewupload-shapefile-to-virtualearth-asynchronously/
The client-side javascript parses out the string and adds them to VirtualEarth as VEShape(s).
Vish
So that’s Microsoft’s geo-JSON? Why would they choose to deal with coordinates as strings instead of arrays of numeric objects?
Hi Sean,
No, it is not Microsoft’s GeoJSON. They don’t have their own either. I was just implementing it that way. Looking back on it, it may not have been the best or the right way to do it. It was a research project that i had undertaken so test out VirtualEarth’s vector data capacity. But I think I was reusing some code to parse out the coordinates from GeoRSS data which use a space delimited format for the coordinates. Good catch…
But definitely check out vector tiling being researched by Microsoft.
http://viswaug.wordpress.com/2008/01/21/tiling-vector-data-for-virtualearth-applications/
Vish
Vish -
You should check out the JSON Pro Viewer tool. It’s cross-platform, lightning fast and allows you to work with huge JSON documents.
http://www.jsonpro.com