ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script πŸ“Œ
449 Views

Json Loader V1

Universal Script πŸ“ŒUploaded by
2 months ago
Please login to perform these actions:

Description

This turns a JSON into a list, to make more easy to make scripts that use json. -NOTES- Im still making this script, maybe have bugs. It's Open Source, see the "HOW TO USE". HOW TO USE: -Commands- JsonLoader.Load(URL needs to be .JSON) CODE example: --FIRST YOU NEED THIS. local JsonLoader = loadstring(game:HttpGet("https://zx-auth.onrender.com/files/APIs/jsonloader.lua"))() --Second is this, to get a JSON from a site local list = JsonLoader.Load("https://test-site/temp.json") --And this for i,v in ipairs(list) do print(i, v) end -TO DO- 1. make a better version 2. Make more easier to use

View Raw
Edited By: zxrealm Download


Comments
1
User profile picture
zxrealm 2 months ago
it's so simple, i just created.
Please Login to add a comment.