Node to JSON
Categories
Component ID
1365370
Component name
Node to JSON
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module provides a set of callbacks that turn nodes into JSON. This is useful for Javascript code that wants to render nodes.
Each node is first run through a .tpl.php file, via the normal theme system. This makes it easier to have the presentation that arrives at your javascript layer be as Drupal would construct it.
