well if you map it usually I have at least 2 because
id : value
the reason is pretty simple I like the numerical basis much more than the alphanumeric base esp as keys. and "delete from bla where key = 12" is easier to write than "delete form bla where key = 'this is my string'"
but on the other hand you could just use a json field with a key in modern databases :)