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
Is your feature request related to a problem? Please describe.
When I'm working in python and typescript, a common code convention when writing "json-like" objects is to have trailing commas, i.e;
This is typically preferred in loads of prettier/black setups.
Describe the solution you'd like
It would be excellent if this plugin also handled that input instead of "an error occurred converting content from json".
The text was updated successfully, but these errors were encountered:
JSON5 accpts trailing comma (as well as comments etc.)
Because It's one of the promissing data interchange formats and very similar to JSON, I think it's an option worth to considering to implement, but only if the owner is positively considering to introduce 'JSON with Comments' format support. (#18)
Is your feature request related to a problem? Please describe.
When I'm working in python and typescript, a common code convention when writing "json-like" objects is to have trailing commas, i.e;
This is typically preferred in loads of prettier/black setups.
Describe the solution you'd like
It would be excellent if this plugin also handled that input instead of
"an error occurred converting content from json"
.The text was updated successfully, but these errors were encountered: