ahausladen / JsonDataObjects

JSON parser for Delphi 2009 and newer
MIT License
413 stars 160 forks source link

Is TArray<T> supported? #16

Closed jkaster closed 8 years ago

jkaster commented 8 years ago

Looked through the unit tests, looked through the source code. Not seeing anything for TArray support ... this is my time looking at the code, so I may be missing something. Is it supported?

ahausladen commented 8 years ago

There is no support for TArray and no support for Rich RTTI.

jkaster commented 8 years ago

Thanks for the quick answer.