Gudahtt / prettier-plugin-sort-json

A plugin for Prettier that sorts JSON files by property name.
MIT License
103 stars 12 forks source link

Add note to README about escaping #136

Closed Gudahtt closed 1 year ago

Gudahtt commented 1 year ago

A note has been added to the README section about jsonSortOrder to explain what escaping is required. This includes an example of the double-escaping needed for a JSON configuration file.