Access local json files

So far when I’ve been building apps, I import the JSON with the associated data from a URL. Is there some way to import a local JSON from some directory on the machine in our .star files? My apologies if I’ve overlooked this in the documentation!

I don’t think there’s any local file access right now. If it’s just for testing, I’d just paste some sample JSON into your code and use that.