This commit is contained in:
JW
2024-01-14 23:16:35 +01:00
parent 913d473442
commit cf9b882391
5 changed files with 34 additions and 22 deletions

View File

@@ -43,6 +43,7 @@ public class LiveDataMapper {
public LiveData.Response map(String json) {
var response = new LiveData.Response();
response.setJson(json);
var parsedJson = JsonParser.parseString(json);
var jsonObject = parsedJson.getAsJsonObject();