Serde icon indicating copy to clipboard operation
Serde copied to clipboard

Explore using JetBrains' ArrayShape attribute

Open Crell opened this issue 2 years ago • 0 comments

Detailed description

Can we leverage this somehow, especially for deserializing objects embedded in arrays?

https://github.com/JetBrains/phpstorm-attributes#arrayshape

Context

Some folks are working with really bad APIs...

Possible implementation

Probably ArrayShape would have to be a sub-attribute of DictionaryField, and get folded into that. Somehow.

Crell avatar Nov 14 '23 15:11 Crell