mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
json fix
This commit is contained in:
parent
cc38567c93
commit
a1a27b359d
@ -179,4 +179,8 @@ public class JsonUtilities {
|
||||
return odt.toInstant();
|
||||
}
|
||||
}
|
||||
|
||||
public static void setProperty(JsonObject json, String name, String value) {
|
||||
json.addProperty(name, value);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user