Slide 20
Slide 20 text
param_set> / param_get>
• Limitations
• Currently support only “String like value” as a persistent data type
• e.g.
• Supported: `key: value`
• Not supported `key: [1,2,3,4,5]`
• But I implemented to enable to be added other type (“String” is used internal as
default data type, for now)
• So hopefully someone may implement array type support…