You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are you able to process your json in a different format? I want to stick to ember convention.
In your case, parse your json in this format:
{
"checkpoints": [
{
"title": "pariatur",
"description": "Libero in rerum nobis hic magnam itaque similique. Aspernatur corporis rem sapiente sunt itaque magnam minus qui. Neque dolor totam laboriosam quisquam.",
"lesson": "aut",
"lecturer": "dub",
"url": "consequatur",
"seab": "natus",
"subject": "doloremque"
},
{
"title": "pariatur",
"description": "Libero in rerum nobis hic magnam itaque similique. Aspernatur corporis rem sapiente sunt itaque magnam minus qui. Neque dolor totam laboriosam quisquam.",
"lesson": "aut",
"lecturer": "dub",
"url": "consequatur",
"seab": "natus",
"subject": "doloremque"
}
]
}
Also, give me the authentication method.
I'll be sending you a JSON that looks like this
It will always be in a collection. Sorry ><
The text was updated successfully, but these errors were encountered: