mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-03 12:58:49 +07:00
19 lines
719 B
Markdown
19 lines
719 B
Markdown
---
|
|
title: Data transformation functions for objects
|
|
description: A reference document listing built-in convenience functions to support data transformation in expressions for objects.
|
|
contentType: reference
|
|
---
|
|
|
|
# Objects
|
|
|
|
A reference document listing built-in convenience functions to support data transformation in expressions for objects.
|
|
|
|
/// note | JavaScript in expressions
|
|
You can use any JavaScript in expressions. Refer to [Expressions](/code/expressions/) for more information.
|
|
///
|
|
[[% import "_macros/data-functions.html" as dataFunctions %]]
|
|
|
|
[[% for func in df_object %]]
|
|
[[ dataFunctions.dataFunctions("object", func.funcName, func.returns, func.description, func.args, func.examples ) ]]
|
|
[[% endfor %]]
|