JSONFileLoader

open class JSONFileLoader

Utiility class that provides static methods to load JSON files.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun loadJSONFromAbsolutePath(absolutePath: String): String
Link copied to clipboard
Link copied to clipboard
open fun loadJSONFromVMDFile(vmdFile: VMDFile): String