colossal-room-15708
03/21/2019, 5:10 AMwhite-balloon-205
config.getObject
to parse the string value of the config as JSON. Then you can set config to the valid JSON string input you want.
Alternatively, I’ve seen many folks just encode lists comma separated and then val.split(‘,’)
to get the array of values.colossal-room-15708
03/21/2019, 5:28 AMproud-artist-4864
03/21/2019, 5:49 AM