Open JaceHensley opened 2 years ago
Maybe revisit when considering localization? could be an optional extension that shares much of the same layering/processing model...
Is this use-case specific to architectures or divisions of labor not expressed in this issue?
Sometimes what's in the JSON isn't meant to be human readable and instead of showing that to the user you'd want to show a human readable value based on the value in the JSON. Given the JSON:
you'd want to display to the user:
the logic we'd want to represent in the Display Object to be:
One idea is to allow "text" to be a string or array of objects that look like this:
"text" would be an ordered array where the last item could optionally just contain "text" as a fallback/
else