Closed oomek closed 1 year ago
Is there an easy way of directly loading a pure JSON file like the ones that are generated by Github API? When I use dofile() Squirrel requires that the file file starts with return keyword.
dofile()
return
No Sorry :)
Oh well, nevermind then, I'll stick to manually parsing the file then. Thanks for answering.
Is there an easy way of directly loading a pure JSON file like the ones that are generated by Github API? When I use
dofile()
Squirrel requires that the file file starts withreturn
keyword.