Jump to content

Recommended Posts

Posted
You have to know the exact property name that is already typed as long e.g. 1L

        var url1 = UrlFetchApp.fetch('http://www.google.com/'); 
        JSONObject jsonObject = new JSONObject(urlFetch(url1)); 
//at this point we have ALL the json properties wrapped in a JSONObject called data1 
        long height = jsonObject.getLong("longValue"); //longValue has to be one of the properties in  

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...