Closed teepark closed 7 years ago
Very similar to how slice support works: first split on the designated separators (here "," separating key/val pairs, ":" separating the key from value), then use existing parsing machinery to support various types.
ref #70
This is exactly what I was thinking, LGTM.
Very similar to how slice support works: first split on the designated separators (here "," separating key/val pairs, ":" separating the key from value), then use existing parsing machinery to support various types.
ref #70