Archived Forum Post

Index of archived forum posts

Question:

@odata in JSON not found?

Feb 20 '17 at 11:28

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


Answer

Yeah, looks like the values were actually "@odata.nextLink" so consider this answered. doh!