Awesome-JSON-Viewer icon indicating copy to clipboard operation
Awesome-JSON-Viewer copied to clipboard

Accept missing quotes in prop names and trailing commas

Open black-hawk85 opened this issue 1 year ago • 3 comments

This change will accept JSON variables copied from VSCode Watch

e.g.

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

black-hawk85 avatar Mar 17 '23 08:03 black-hawk85

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 avatar Mar 31 '23 08:03 black-hawk85

This project still alive?

black-hawk85 avatar Apr 12 '23 11:04 black-hawk85

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

rbrahul avatar Apr 19 '23 17:04 rbrahul