Awesome-JSON-Viewer
Awesome-JSON-Viewer copied to clipboard
Accept missing quotes in prop names and trailing commas
This change will accept JSON variables copied from VSCode Watch
e.g.
{
success: {
message: "Welcome to JSON Viewer Pro",
status_code: 200,
}
}
Fixed colons in keynames or values
e.g.
{
success: {
message: "Welcome to JSON Viewer Pro",
"key:name containing colon": "17:30",
status_code: 200,
}
}
This project still alive?
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