Searched defs:jsonElement (Results 1 – 7 of 7) sorted by relevance
11 val jsonElement = parseToJsonElement(json) in decode() constant
20 val jsonElement = Json.encodeToJsonElement(a) in testDecodeTopLevelNullable() constant
73 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingNullPropertyValue() local98 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingBooleanProperties() local113 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingStringProperties() local128 JsonElement jsonElement = jsonObj.get(propertyName); in testAddingCharacterProperties() local
159 JsonElement jsonElement = json.getAsJsonObject().get(className); in deserialize() local
66 JsonElement jsonElement = gson.toJsonTree(bag, SubTypeOfBagOfPrimitives.class); in testJsonTreeToString() local74 JsonObject jsonElement = (JsonObject) gson.toJsonTree(bag, BagOfPrimitives.class); in testJsonTreeNull() local
471 JsonElement jsonElement = jsonObj.get("data"); in deserialize() local
274 JsonElement jsonElement = jsonObject.get(jsonFieldName); in deserialize() local374 JsonElement jsonElement) { in findValueByNameAndExtension()