Searched defs:json (Results 1 – 5 of 5) sorted by relevance
63 public static Recipe fromJson(Context context, JSONObject json) { in fromJson()
64 private List<Item> parseJson(JSONObject json) { in parseJson()
141 JSONObject json = new JSONObject(); in toJSONObject() local
250 private MediaMetadata buildFromJSON(JSONObject json, String basePath) throws JSONException { in buildFromJSON()
3304 def __init__(self, json=None): argument