Skip to content

debugPrintCompact

debugPrintCompact(value, label?) → string · System

Create a compact single-line debug representation of a UDM value.

  • value (required): value to represent

  • label (optional): label prefix

utlx
{
  dump: debugPrintCompact($input, "payload")
}
// Output: {"dump": "[payload] {name:Alice,age:30}"}

Released under AGPL-3.0.