html-validator
html-validator copied to clipboard
Parse JSON even without the format option specified
trafficstars
Right now the default format is JSON; but the response is not parsed as JSON unless you specifying options.format = 'json'.
Are you open to a PR changing this, so JSON is parsed in both cases (when the 'json' format is specified or defaulted)?
@davidtheclark PRs are very welcome