jsonmapper
jsonmapper copied to clipboard
Support for `array<Type>` (alternative to `Type[]`)
I usually use array<Type> in my projects, but JsonMapper doesn't support that.
It does however support Type[], and for that I am grateful 🙂 .
Would adding support for array<Type> be difficult?