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
jsonConfig - type "jsonEditor" isn't supporting JSON5 - would be very helpfull to include some coments with //....
Right now it's working for "String" states, role "text" or "json" but you'll get error messages when using "//" or even keys with out ""
Description
switch code check to JSON5
Additional context
No response
The text was updated successfully, but these errors were encountered:
But what then? io-package where config is written mostly does not support json5 either ... so whats the usecase? Also transfer then e.g. in a message would then need to be a string and adapter-side parsing needs to support json5 too?
Current usecase is a JSON to be used with Apache ECHARTS, by use of flexcharts adapter.
There JSON and JSON5 is working fine. With JSON5 comments are possible, what is much easier for users to adapt the JSON according to own needs. It's also working as it is, but with lots of error messages inside the editor.
If json5 support will be added this should be controlled by an extra option as dev of adapter should enable json5 explicitly after verufying that the targer of the jsonncan handle json5.
No existing issues.
Related problems
jsonConfig - type "jsonEditor" isn't supporting JSON5 - would be very helpfull to include some coments with //....
Right now it's working for "String" states, role "text" or "json" but you'll get error messages when using "//" or even keys with out ""
Description
switch code check to JSON5
Additional context
No response
The text was updated successfully, but these errors were encountered: