Mosh OntongOriginal post
Rank 5: Hypervisor
How can I do that?
Summary
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.