Values parser
Last updated
Last updated
[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
string dict: {string: string}
types: {string: ("number" or "json")}
parsed: {string: {string: any}[string]}