Values parser
[data/dictionary/Values parser]
Parses the values of the dictionary received via string dict
according to the types specified in types
.
Keywords: parse, dictionary, record, lookup, items, values, string, number, json
Input ports
string dict:
{string: string}
types:
{string: ("number" or "json")}
Output ports
parsed:
{string: {string: any}[string]}
Last updated