Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tidwall/pretty

Tags

v1.2.1

Toggle v1.2.1's commit message
Update terminal colors

Minor update to make the colors a bit more visible on light
background screen.

v1.2.0

Toggle v1.2.0's commit message
Accept Inf/NaN

This commit allows for NaN and Inf numbers.

issue #12

v1.1.1

Toggle v1.1.1's commit message
Fix sorting on duplicate keys

fixes #10

v1.1.0

Toggle v1.1.0's commit message
Added func 'Spec' which clean comments and trailing comments

This commit adds the new function Spec, which cleans comments
and trailing commas from input JSON, converting it to valid
JSON per the official spec: https://tools.ietf.org/html/rfc8259

v1.0.5

Toggle v1.0.5's commit message
Make escape characters magenta

closes #7

v1.0.4

Toggle v1.0.4's commit message
Stable sort duplicate keys

closes #10

v1.0.3

Toggle v1.0.3's commit message
Avoid having spaces before newlines

closes #11

v1.0.2

Toggle v1.0.2's commit message
Cleanup imports

v1.0.1

Toggle v1.0.1's commit message
Moved terminal style into init

v1.0.0

Toggle v1.0.0's commit message
Merge branch 'lazappa-remove-trailing-space'