mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
reintroduce hack for invalid template OO json
This commit is contained in:
parent
8afc08b6aa
commit
bd85546820
@ -23991,8 +23991,10 @@ public class JsonParser extends JsonParserBase {
|
||||
if (json.has("issue")) {
|
||||
JsonArray array = getJArray(json, "issue");
|
||||
for (int i = 0; i < array.size(); i++) {
|
||||
if (array.get(i).isJsonObject()) {
|
||||
res.getIssue().add(parseOperationOutcomeIssueComponent(array.get(i).getAsJsonObject()));
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user