jsii
jsii copied to clipboard
[JAVA] Ability to deserialise JSON into POJO
:rocket: Feature Request
Affected Languages
- [ ]
TypeScriptorJavascript - [ ]
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):