Use JSON Loads As A String Parser #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The JSON loads function provides much safer functionality when parsing strings, when compared to my implementation of string parsing. It is also far better that using
eval
andast.literal_eval
.Replace
ast.literal_eval
found here. Maybe also implement JSON loads instring_processing
file. This could replace some functions in there.The text was updated successfully, but these errors were encountered: