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
Would it be possible to also add JSON5 support, e.g.
importexamplefrom'./config.json5';
The JSON5 Data Interchange Format (JSON5) is a superset of JSON that aims to alleviate some of the limitations of JSON by expanding its syntax to include some productions from ECMAScript 5.1.
JSON Modules have been added, see here:
#4315
#4407
Would it be possible to also add
JSON5
support, e.g.The JSON5 Data Interchange Format (JSON5) is a superset of JSON that aims to alleviate some of the limitations of JSON by expanding its syntax to include some productions from ECMAScript 5.1.
Thanks.
Links: https://json5.org/
The text was updated successfully, but these errors were encountered: