WHatever I put into second and third parameter, I'm getting error. Even when I use one of your examples, I;m getting the same error:
=ImportJSON("http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?v=2&alt=json", "/feed/entry/title,/feed/entry/content", "noInherit,noTruncate,rawHeaders")
I'm trying to use this query: =ImportJSON("http://stackalytics.com/api/1.0/contribution?project_type=stackforge&release=all&user_id=tzn&metric=commits&start_date=1389312000&end_date=1499126340", "/contribution", "noHeaders")
WHatever I put into second and third parameter, I'm getting error. Even when I use one of your examples, I;m getting the same error: =ImportJSON("http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?v=2&alt=json", "/feed/entry/title,/feed/entry/content", "noInherit,noTruncate,rawHeaders")