Created
May 6, 2021 15:08
-
-
Save pr00thmatic/996a52c633553415c8c884b4cc281f56 to your computer and use it in GitHub Desktop.
SimpleJSON i keep forgetting how to use :v
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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