Jump to content

Enum datatype/strings are lost in JSON to Enum variant conversion


SGI

Recommended Posts

When converting the JSON data back to the Enum Variant, only the numerical value remains; the enum strings are lost.

Instead, I would have expected the Variant output:

'Tab Control': unsigned long [32-bit integer (0 to 4,294,967,295)] enum {Page 1, Page 2, Page 3}

Page 3

What is going wrong here?

Kind regards,
SGI

JKI JSON - enum datatype is lost in json to enum variant conversion.png

Link to comment
Share on other sites

  • 7 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.