Utility Functions

Titania Delivery provides a number of utility functions for use by Freemarker templates.
toJSON(object)
Takes the given object and attempts to serialize it as a JSON string. Useful when building JSON API endpoints as part of your portal theme.
urldecode(str)
Unescapes URL-encoded characters in the given string. Useful when loading data from browser cookies that were stored with URL encoding.