joss
joss
Hello, first of all i like this awesome plugin, it works for me very well but sometimes Eclipse shows me this message:  I think the server stops sometimes without...
### Description I have created a new environment extension from node-env (customize the base Node env with your configs and tools). I already know I can override the ESLint default...
### Version 4.0.1 ### Description I am using "typescript-json-serializer": "^4.3.0" and I want to serialize a generic class. It seems to me that in that case the @JsonProperty decorator is...
Hi, i have some predefined fields like this: class Student { _dir1:string @JsonProperty('name') fullName:string; constructor() { this.fullName = undefined; this._dir1 = "whatever"; } } but my output is: _dir1: undefined,...
well the title is self explanatory, some times we want to get values from constructor if i doesn't exist a field into JSON input.