Can anyone guide me how I do this in Javascript? Create an object with two methods. It should stringify and parse JSON, ie it has a method of serializing an object structure, and another method for deserializing, converting a JSON string into an object structure.
Methods Should handle circular references, not kracha or retunera an empty result.