Forum Discussion

grizzlybear123_'s avatar
grizzlybear123_
Icon for Nimbostratus rankNimbostratus
Nov 24, 2017

Java Object class to parse LTM pool member statistics

Hi All,

 

I am trying to load the JSON response data from Http GET call to ltm pool member statistics. What I am trying to do is:

 

1) Load the data into some form of list 2) Do more stuff with that.

 

I am trying to parse the JSON using Google's Gson - but at the moment, all the nested JSON objects are a bit tricky to handle without having a clean Class/Object relationship. In other words, I am looking to map them to classes which will have properties such as

 

kind selfLink entries etc.

 

Has anyone implemented the class blueprint yet? If so, is this open to share?

 

No RepliesBe the first to reply