jsii icon indicating copy to clipboard operation
jsii copied to clipboard

[JAVA] Ability to deserialise JSON into POJO

Open agdimech opened this issue 4 years ago • 0 comments

:rocket: Feature Request

Affected Languages

  • [ ] TypeScript or Javascript
  • [ ] Python
  • [X] Java
  • [ ] .NET (C#, F#, ...)
  • [ ] Go

General Information

Description

It would be great to be able to deserialise POJOs from json without having to construct them using the generated builders.

For example:

new ExampleProps(jsonString):

agdimech avatar Mar 09 '22 21:03 agdimech