MEH-Design / frix

A CMS based on atomic design principles.
MIT License
2 stars 1 forks source link

What's the better loop json syntax? #41

Closed MiniXC closed 8 years ago

MiniXC commented 8 years ago

Is this

"someLoop" : [
  {
    "type": "someType",
    "data": "element"
  }
]

or this

"someLoop" : [
  {
    "someType": "element"
  }
]

better?

MiniXC commented 8 years ago

The first syntax is preferred.

MiniXC commented 8 years ago

Fixed tests in 62333ba0dddb385e4433f49caf7c732285dd0b53