jsl icon indicating copy to clipboard operation
jsl copied to clipboard

Support Data Classes Generation (A.K.A POPO/DTO)

Open slavaatsig opened this issue 6 years ago • 1 comments

Defining JSON schema in JSL is very similar to defining your data class (DTO/POPO) using the attrs library but JSL only gives you JSON schema for validation.

Once payload was validated using JSL object it would make sense to work with data using data class rather than a big dictionary.

It would be super awesome to marry JSL with Attrs and have an ability not only having JSON schema generation but also a data class using the attrs library.

slavaatsig avatar Aug 13 '17 09:08 slavaatsig