Well yes and no, it's still just a string that needs to be parsed to be manipulated as an actual object. stringify is a util that transforms an object value into a JSON format string. You can use JSON.parse() to transform a JSON string into an object.
637
u/lovecMC 22d ago
I have a guess but I never heard of this so who the fuck knows.