Searched defs:json (Results 1 – 8 of 8) sorted by relevance
111 JSONObject json = new JSONObject().put(TEXT_NAME, TEXT_VALUE).put(COPY_NAME, COPY_VALUE); in jsonObjectString() local116 JSONArray json = new JSONArray().put(TEXT_INDEX, TEXT_VALUE).put(COPY_INDEX, COPY_VALUE); in jsonArrayString() local
118 JSONObject json = new JSONObject(); in convertBundleToJson() local
169 JSONObject json = new JSONObject(); in toString() local
156 JSONObject json = new JSONObject(); in toString() local
176 JSONObject json = new JSONObject(); in toString() local
138 std::string json = VkJsonAllPropertiesToJson(props); in vkjsonPrint() local
1054 final JSONObject json = in readNetworkVariablesFromReader() local
444 final JSONObject json = new JSONObject(URLDecoder.decode(encoded, "UTF-8")); in getNetworkExtra() local