Lets say I have file something like this:
{"c_me": "2018-02-02T14:48:21.267790Z","et": "192.168.2.6:34097"}
And I want the file to be
{
"c_me": "2018-02-02T14:48:21.267790Z",
"et": "192.168.2.6:34097"
}
How can I do this in a short way?
Lets say I have file something like this:
{"c_me": "2018-02-02T14:48:21.267790Z","et": "192.168.2.6:34097"}
And I want the file to be
{
"c_me": "2018-02-02T14:48:21.267790Z",
"et": "192.168.2.6:34097"
}
How can I do this in a short way?