Check constants passed to arguments of fromJSON
calls are valid as JSON
#464
Labels
enhancement
New feature or request
fromJSON
calls are valid as JSON
#464
I noticed that it is popular to pass a string constant to
fromJSON()
to create an immediate array/object value. Here is a simple example:It would be nice to check the string literals are valid as JSON.
The text was updated successfully, but these errors were encountered: