You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
is there a way to save json with human readable formatting?
In Newtonsoft Json package there is a parameter JsonConvert.SerializeObject(Object, Formatting.Indented), can I achieve this behavior using your package?
For now VScode automatically formats text for me but only when I hit ctrl + s, I frequently read these files so it will be nice for me if it will just be in right format instantly.
Hi,
is there a way to save json with human readable formatting?
In Newtonsoft Json package there is a parameter
JsonConvert.SerializeObject(Object, Formatting.Indented)
, can I achieve this behavior using your package?For now VScode automatically formats text for me but only when I hit ctrl + s, I frequently read these files so it will be nice for me if it will just be in right format instantly.
Before
{"StringData":[{"Key":"Search","Value":""},{"Key":"GroupCreating","Value":"None"}],"IntData":[{"Key":"Sort","Value":0},{"Key":"DayOfQoute","Value":0},{"Key":"IDcount","Value":1}],"FloatData":[],"BoolData":[{"Key":"is_QOTD_on","Value":true}]}
After
Thanks for all <3
The text was updated successfully, but these errors were encountered: