1{2"component":"shared.components.material.SubLayoutContent",3"label":"Attributes",4"params":{5"layouts":[6{7"component":"shared.components.material.DynamicList",8"params":{9"graphql":{10"fragment":"fragment attributes on Order{ attributes { name value } }"11},12"title":"Attributes",13"dataSource":"orderById.attributes",14"attributes":[15{16"label":" Name",17"template":"{{name}}"18},19{20"label":" Value",21"template":"{{stringify value}}"22}23]24}25}26]27}28}
To display individual values within a JSON value
To display individual values within a JSON value use deep references, e.g. {{value.my.custom.object.fields}}