List » raw

raw() → object

Retrieve a native representation of the list.

enocolors:
- pink
- peach
javascriptconst list = eno.parse(input).element('colors');

list.raw();  // returns { colors: ['pink', 'peach'] }

Return value

A native javascript representation of the list.