List » raw
raw → object
Retrieve a native representation of the list.
enocolors:
- pink
- peach
python>>> list = enopy.parse(input).element('colors')
>>> list.first.raw()
{ 'colors': ['pink', 'peach'] }
Return value
A native representation of the list.