mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
add doco
This commit is contained in:
parent
30dfcfe3a6
commit
fa2168fc56
@ -8,8 +8,8 @@ public class JsonProperty {
|
||||
boolean noComma; // parse in Json5 mode, but records this so the validator can complain
|
||||
boolean unquotedName;
|
||||
boolean unquotedValue;
|
||||
|
||||
private int tag; // used for status in validator - faster parsing
|
||||
|
||||
private int tag;
|
||||
|
||||
public JsonProperty(String name, JsonElement value) {
|
||||
super();
|
||||
|
Loading…
x
Reference in New Issue
Block a user