Is your feature request related to a problem? If so, please describe it.
Right now, json-quick commands are only guaranteed to work for strictly conformant JSON. Although this is fine in most cases, there are some cases when ill-formatted JSON (e.g. using single quotes instead of double quotes) must be handled.
Describe the solution you'd like
json-quick commands should be able to handle ill-formatted JSON if a "lax parsing" option is turned on.
Describe alternatives you've considered
The alternative is to not have this mode. Although this mode will not be necessary in most cases, it will be helpful in some cases, so adding lax parsing is better than the alternative.
Is your feature request related to a problem? If so, please describe it.
Right now,
json-quickcommands are only guaranteed to work for strictly conformant JSON. Although this is fine in most cases, there are some cases when ill-formatted JSON (e.g. using single quotes instead of double quotes) must be handled.Describe the solution you'd like
json-quickcommands should be able to handle ill-formatted JSON if a "lax parsing" option is turned on.Describe alternatives you've considered
The alternative is to not have this mode. Although this mode will not be necessary in most cases, it will be helpful in some cases, so adding lax parsing is better than the alternative.