It is necessary to add to make the parser less strict (comma and quotes for properties) #1
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
up-for-grabs
Extra attention is needed
Now, the parser will return an error in the following cases:
Often you will have to copy an object from code to a string, and then strict parsing will begin due to JSON.stringify. We need to make it so that you can copy objects in this regard to a string without problems.
The text was updated successfully, but these errors were encountered: