You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/08/19 03:56:00 UTC

[jira] [Created] (ISIS-3127) [RO] Render ValueDecomposition as Map rather than String

Andi Huber created ISIS-3127:
--------------------------------

             Summary: [RO] Render ValueDecomposition as Map rather than String
                 Key: ISIS-3127
                 URL: https://issues.apache.org/jira/browse/ISIS-3127
             Project: Isis
          Issue Type: Improvement
          Components: Isis Viewer RO
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-M8


I don't think this formatting of nested JSON is what we want for the 2.0.0 release:
"audioFormat": "\{\"enumType\":\"my.package.AudioFormat\",\"enumName\":\"RIFF_48KHZ\"}",
should be rather simplified as
"audioFormat": \{"enumType":"my.package.AudioFormat","enumName":"RIFF_48KHZ"},



--
This message was sent by Atlassian Jira
(v8.20.10#820010)