Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.963 Beiträge
 
#1

How to convert a Delphi enum or set to a JSON value, with different specific values…

  Alt 7. Nov 2019, 05:10
As I will probably need this one day: [WayBack] How does one convert a Delphi enum to a JSON value, with different specific values? – CHUA Chee Wee – Google+: eg, TEnum1 = (test1, test2, test3) TSomeClass.FEnum := test1; When converted to JSON, I’d like to see maybe {"Enum": "Value1"} instead of test1 and test2 […]

Weiterlesen...
  Mit Zitat antworten Zitat