Question:
Has anyone else run into this? I have a valid JSON with "@odata.nextLink" in it:
{ "@odata.nextLink":"https...." }
Yet, loading that JSON into the CkJsonObjectW and running "StringOf("@odata.nextLink"..." returns an empty string.
Is there something special needed to do @odata items?
BT
Yeah, looks like the values were actually "@odata.nextLink" so consider this answered. doh!