The way I visualize JSON objects is by using the Firefox extension Firebug -
https://addons.mozilla.org/en-US/firefox/addon/1843 .  Within your
JavaScript code you can output a JS objects by -
console.log(obj)

This will output the object to the firebug console and you can browse
through its attributes.

Austin


On Thu, Dec 11, 2008 at 1:10 PM, Prognose85 <[email protected]> wrote:

>
> Hi,
>
> I'm trying to display the Gears Geolocation JSON Request Objects but
> until now without any success.
>
> I've tried to implement a Web Service with Axis2 because Axis2 has
> JSON support inherited. My idea was to implement a location provider
> for gears geolocation which gets called by the
> gearsLocationProviderUrls Parameter. This Web Service should recive
> the JSON Object and give the JSON Response. And in between I want to
> write for example a HTML Page in which the Request JSON Objects are
> printed, so that i can see what gears detects. But for the first step
> it would be enough if i could display the JSON Request.
>
> Questions: - Can anybody help me to visualize the JSON Request
> Objects? Any idea of how to do it?
>                  - Can somebody help me with how to start
> implementing an own location Provider for the Geolocation API ( it
> doesn't matter if its with Axis2 .....).
>
> Thank you !
>
> Prognose85
>
>

Reply via email to