jsonmapper icon indicating copy to clipboard operation
jsonmapper copied to clipboard

Support for `array<Type>` (alternative to `Type[]`)

Open earthiverse opened this issue 8 months ago • 1 comments

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?

earthiverse avatar Feb 19 '25 06:02 earthiverse