Codeshare List of user-contributed code snippets for dotCMS Java CMS.

Tagged: "json"

Show a page and content as JSON

Author: dotCMS |

This code allows you to display the page information, template information and content on the page as a json object. If you add this to the top of your...

Parsing a JSON String using Jquery and Velocity

Author: Dotcms |

If you have a field on a content type that stores a JSON string, you can parse the string using a combination of Velocity and JQuery.