protected override void writeProperty(string name, object rawValue, JSONObject target) { target.AddNumber(name, rawValue); }