Best way to store JSON with storage API
Hello
! I am going to store some configuration data (in JSON) using the storage API. I am wondering what is the best way to do it using the
usestorage hook. I was thinking of somehow using the onInit argument to parse the JSON but I'm not sure if that will work.