JSON issue

Steps causing the bug to occur

In this JSON example, Get Tree Values only sees “50”, “100”, “200” … “900” as “item” (“a100”, “a200”, etc. work fine). Is there a fix for this?

 "red": {
    "50": "#ffebee",
    "100": "#ffcdd2",
    "200": "#ef9a9a",
    "300": "#e57373",
    "400": "#ef5350",
    "500": "#f44336",
    "600": "#e53935",
    "700": "#d32f2f",
    "800": "#c62828",
    "900": "#b71c1c",
    "a100": "#ff8a80",
    "a200": "#ff5252",
    "a400": "#ff1744",
    "a700": "#d50000"
  }

Other notes

  • Vuo version: 1.2.6

material_color_json.vuo (22.5 KB)

material_color_json.vuo (22.5 KB)

Screen Shot 2018-04-22 at 10.09.13 PM.png

Screen Shot 2018-04-22 at 10.09.13 PM.png

Screen Shot 2018-04-22 at 10.14.38 PM.png

Screen Shot 2018-04-22 at 10.14.38 PM.png

Thanks for reporting this problem, @jersmi. We plan to include a fix in Vuo 1.2.7.

Ok, good.

Fixed in Vuo 1.2.7.