Liquex.Represent.expand
You're seeing just the function
expand
, go back to Liquex.Represent module for more information.
Specs
Expands a previously represented object.
Useful when the represented object contains lazy fields. This can be useful
for generating JSON values from a represented object. For example, if you
had a dump
filter that dumped a value to the page as JSON, you would use
this function so that lazy functions get represented correctly instead of
as functions.