How to fix malformed JSON strings in JavaScript? (Asked in technical interview)
My code:
Write fixJson function for fix the json Object
Need a function that fixes this incorrect JSON in the correct format, the input JSON is in string format.
javascript: string to object and dot notation
In the application I am working on, I have some configuration stored in a memo field in object literals.