public class JSONHelper
extends java.lang.Object
| Constructor and Description |
|---|
JSONHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONObject |
loadJSONFromAsset(java.lang.String fileName,
android.content.Context context)
Method used to load a json file from the Assets folder.
|