Skip to content

Instantly share code, notes, and snippets.

@pr00thmatic
Created May 6, 2021 15:08
Show Gist options
  • Save pr00thmatic/996a52c633553415c8c884b4cc281f56 to your computer and use it in GitHub Desktop.
Save pr00thmatic/996a52c633553415c8c884b4cc281f56 to your computer and use it in GitHub Desktop.
SimpleJSON i keep forgetting how to use :v
using SimpleJSON;
JSONNode parsed = JSON.Parse(request.downloadHandler.text);
list.list.Add(new OnlineListData.OnlineMediaData() { url = parsed[i]["url"], title = parsed[i]["title"] });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment