StringMap

[string map] A short n, followed by n pair <k><v> where <k> and <v> are string.

alias StringMap = string[string]

Meta