This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
houseofkraft's profile picture

How to turn api.github.com responses into readable Lua table

Started by houseofkraft, 02 December 2016 - 11:56 PM
houseofkraft #1
Posted 03 December 2016 - 12:56 AM
Hi Guys!

I was wondering how to turn the response of api.github.com into a readable Lua table.

So then it can be like this
print(commit.message)

etc.

How would i do that?

- House
Twijn #2
Posted 03 December 2016 - 01:14 AM
welp
Edited on 18 December 2017 - 04:04 AM