{
"fulltime": [
{"name": "oscar godson", "age": "20", "email": "[email protected]"},
{"name": "daniel erickson", "age": "25", "email": "[email protected]"},
{"name": "john doe", "age": "18", "email": "[email protected]"}
],
"parttime":[
{"name": "bill johnson", "age": "35", "email": "[email protected]"}
]
}
and not knowing any of these values, e.g. fulltime could equal any thing. im looking for a function/method to loop through it all... Please, no jQuery.
Also, i want to basically get the output of: fulltime -> all inside of fulltime, parttime -> all inside of parttime, etc