dprint-plugin-jsonc 0.7.4

JSON formatter for dprint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
== should support single quote strings ==
'te\'st'

[expect]
"te'st"

== should support double quote strings ==
"test\"test"

[expect]
"test\"test"

== should maintain escaped characters ==
"asdf\tasdf\f\b\u0020\r\n\r\r"

[expect]
"asdf\tasdf\f\b\u0020\r\n\r\r"