ahausladen / JsonDataObjects

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

TJsonObject.FromSimpleObject doen't work with public properties #51

Closed XCiteForever closed 4 years ago

XCiteForever commented 4 years ago

Delphi Rio 10.3.2 TJsonObject.FromSimpleObject use GetPropList. But GetPropList works with only published. Directive {$M+} doesn't work. Help says GetPropList only works for components or component type.

ahausladen commented 4 years ago

As designed.