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
The original use-case is to parse-out handwritten configuration JSON where the use of trailing commas is just a convenience (e.g. for prettier git diff), but we would also like to hear other use-cases.
The text was updated successfully, but these errors were encountered:
This is one of the popular community requests and one of the main reasons people ask for Json5 support.
Implementing this flag separately will allow alleviating large paint points quickly without a need to wait for full Json5 support.
Fixes#1812
Relates to: #797, #2221
The original use-case is to parse-out handwritten configuration JSON where the use of trailing commas is just a convenience (e.g. for prettier
git diff
), but we would also like to hear other use-cases.The text was updated successfully, but these errors were encountered: