Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSON Loads As A String Parser #3

Open
okwilkins opened this issue Mar 14, 2023 · 0 comments
Open

Use JSON Loads As A String Parser #3

okwilkins opened this issue Mar 14, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@okwilkins
Copy link
Owner

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 and ast.literal_eval.

Replace ast.literal_eval found here. Maybe also implement JSON loads in string_processing file. This could replace some functions in there.

@okwilkins okwilkins added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant