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

Accept missing quotes in prop names and trailing commas #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

black-hawk85
Copy link

This change will accept JSON variables copied from VSCode Watch

e.g.

{
    success: {
        message: "Welcome to JSON Viewer Pro",
        status_code: 200,
    }
}

@black-hawk85
Copy link
Author

Fixed colons in keynames or values

e.g.

{
    success: {
        message: "Welcome to JSON Viewer Pro",
        "key:name containing colon": "17:30",
        status_code: 200,
    }
}

@black-hawk85
Copy link
Author

This project still alive?

@rbrahul
Copy link
Owner

rbrahul commented Apr 19, 2023

This project still alive?
Hi,
Sorry for delayed reply. I am kind of busy with my personal and professional life. I need some time to test the feature manually before I can consider for merging. Thanks for your contribution.
Best regards,
Rahul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants