I have a json format data. But I need to parse only "value" data from it 
and show it in google visualisation api. How can I achieve this.




Consider the following JSON data:

{
timestamp: 1412048041,
status: 200,

    request: {
              mbean: "MineStar:name=Statistics,type=Speedometer",
              type: "read"
             },
    value:   {
              EPM: 1,
              Buffered: 0,
              ThreadCount: 142
             }}

 I have used jolokia jar to convert my jmx beans to json data.

How can I parse only "value" to a UI using google visualisation api?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to