public string Primitive(JsonPrimitive value) { return(value.Text); }
public long Primitive(JsonPrimitive value) { return(0); }