Closed LakshyaKhatri closed 4 years ago
Fixes #17 The current implementation will handle the python dict strings correctly until there's a use of apostrophe somewhere in the input, ex:
{ "hey": "that's a car" } # -- or -- { 'hey': 'that\'s a car' }
Fixes #17 The current implementation will handle the python dict strings correctly until there's a use of apostrophe somewhere in the input, ex: