json2typescript
Advanced tools
Changelog
v1.5.0 (2022-05-02)
@JsonProperty
decorator has slightly changed but is downward compatible.
Collisions with class identifiers in the @JsonObject
decorators now throw an error.Changelog
v1.3.0 (2020-04-13)
package-lock.json
, closes #125ignoreRequiredCheck
flag and allow serialization without having instances, closes #126