Thanks for the update.
Now I understand the pro’s of this approach.
If I understand properly, the pseudo code should be:
FNAME Value = FNAME(JsonValue);
Switch Value
{
case FNAME(TEXT("Unknown")):
..
case FNAME(TEXT("Accepted")):
}
Is that correct?
Thanks,