You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alek-sys I have been trying to use indent JSON function for getting the JSON formatted, however looks like it only understands : {"key": value} format. I would want to extend this to be able to handle: {key: value }. Most of the cases, people might be using the JSON as follows rather than the the quoted string format. Does this seem to be in scope for this ?
I would like to contribute.
The text was updated successfully, but these errors were encountered:
Technically, that's not JSON. JSON requires all keys to be quoted. I
guess the plugin could be extended to handle JavaScript Literal Objects,
which is what you're talking about, but that would definitely be more work,
since they can have embedded functions.
(Chris)
@alek-syshttps://github.com/alek-sys I have been trying to use indent
JSON function for getting the JSON formatted, however looks like it only
understands : {"key": value} format. I would want to extend this to be able
to handle: {key: value }. Most of the cases, people might be using the JSON
as follows rather than the the quoted string format. Does this seem to be
in scope for this ?
I would like to contribute.
Reply to this email directly or view it on GitHubhttps://github.com//issues/55
.
@alek-sys I have been trying to use indent JSON function for getting the JSON formatted, however looks like it only understands : {"key": value} format. I would want to extend this to be able to handle: {key: value }. Most of the cases, people might be using the JSON as follows rather than the the quoted string format. Does this seem to be in scope for this ?
I would like to contribute.
The text was updated successfully, but these errors were encountered: