~sjm/role-up#6: 
consider lists and 'objects'

I'm not sure that we need objects, but lists could be very useful. Rather than mimicking JSON it could be good to have a modifier on the property, something like

myList :+ item one
myList :+ item two

which would, in json terms, be

{
   myList: [ "item one", "item two"]
}
Status
REPORTED
Submitter
~sjm
Assigned to
No-one
Submitted
3 years ago
Updated
11 months ago
Labels
No labels applied.