Using the TextInput Settings Component, whenever the user types it in for example "maple", it'll give {"Name": "maple"} which is in JSON. I used settingsStorage.getItem("IDK").name, but it gives null. How do I fix this.
PS. Also using settingsStorage.setItem to set something removes the JSON, and only gives the value for example, "maple" instead of {"Name": "maple"}
Best AnswerWas typing in a rush xD, updated the whole post now
Best Answer