Skip to content

Add lax parsing #9

@thomasebsmith

Description

@thomasebsmith

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions