This commit is contained in:
Grahame Grieve 2023-09-18 17:07:05 +10:00
parent 30dfcfe3a6
commit fa2168fc56
1 changed files with 2 additions and 2 deletions

View File

@ -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();