is it a good practice to store JSON as a value in KV? for example key:"user_123", value:"{"credits":

is it a good practice to store JSON as a value in KV? for example key:"user_123", value:"{"credits":15,email:"az@gmail.com"} ?
Was this page helpful?