I've a question about the syntax of this json:
{
"trace_system": [
{
"id": 1,
"name": "Test"
},
{
"id": 2,
"name": "Test2"
}
]
}
is better put an underscore delimiter so: trace_system
or using the camel case: traceSystem
? What you suggest and why?