Hi everyone, so I'm teaming up with my buddy on a game. he's got the backend skills i lack. i think i can manage the front end but he has to pass me strings of information via ajax / json.
we were able to get a string of information to go into a text field, but this is where things got dicey and he and i are not sure how to do things in C3 land.
how would construct use a loop to say, put a series of names or other fields..
what i'm doing right now is trying to make a list of characters.. so you'd have say, a name field, level, class..
[
{
"title": "john",
"level": 1,
"class": "warrior",
}
]