Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I want to pull a JSON file out of a view that has images. This is similar to the way views_datasource works in D6. I am not a drupal coder, but I would like to give this a try. but I am guessing that is would be something like http://mearra.com/blogs/juha-niemi/drupal-7-custom-node-view-modes#comment-218

but I would like to make this a module as much as possible. any sample code, examples would be great. thanks

share|improve this question

migrated from stackoverflow.com Aug 7 '11 at 17:46

2 Answers

There is now a Drupal 7 version of Views Datasource

http://drupal.org/project/views_datasource

share|improve this answer

The referenced article is about view mode which have nothing to do with Views and almost none with the output format of a page.

Note there is an ongoing effort to port Views Datasource to Drupal 7 with a dev. version available outside of Drupal.org.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.