The user wants to know how to insert a JSON value without a JSON attribute. The solution is to store the JSON as a string, use `JSON.stringify()` to store it, and `JSON.parse()` to retrieve it.
Guille
2 Aug, 2023, 13:37
You should store it as string
stringify to store it
parse it when you get it