May 26, 2024 · ishimoto

Load JSON file from Resource Folder

To read a json file from the resource folder following command is easy to use.

final var json = TBFString.stringFromFileInResourceFolder(
	"static://app:sample.json");

#json

← Back to the blog