/// <summary> /// Gets an instance of <var>InstagramRecentMediaResponse</var> from /// the specified JSON string. /// </summary> /// <param name="json">The JSON string representation of the object.</param> public static InstagramRecentMediaResponse ParseJson(string json) { return(JsonConverter.ParseObject(json, Parse)); }