How to get a field list and their types of the result of the Twitter REST API? Forexample, Fields of the following twitter REST API is
https://api.twitter.com/1.1/users/show.json?screen_name=sachin_rt
Screen Name,Id,Location,followers count,friends count,created date etc... I was able to get entire fields with value,But my target is to get only field name and it's type(data type)