Liquex.Represent.represent

You're seeing just the function represent, go back to Liquex.Represent module for more information.
Link to this function

represent(value, lazy \\ false)

View Source

Specs

represent(any(), boolean()) :: any()

Convert any object and deeply maps atom keys to strings

The value deep determines if it should eagerly represent the object. If set to false, it will return a function for any nested objects.

Lazy values are automatically evaluated in the Liquid rendering engine.