fvclaus / vsc-sort-json-array

Visual Studio Code extension that sorts arrays
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

feature: Support JS arrays that are not valid JSON arrays #7

Open fvclaus opened 5 years ago

fvclaus commented 5 years ago

Maybe this can be done with eval instead of JSON.parse?

fvclaus commented 3 years ago

Custom parser that can parse single quote strings and dangling commas is now part of 3.0.0