Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No space after colon #2

Open
Feuermurmel opened this issue Apr 15, 2015 · 0 comments
Open

No space after colon #2

Feuermurmel opened this issue Apr 15, 2015 · 0 comments

Comments

@Feuermurmel
Copy link
Owner

With the default settings of PrettyPrint, there's not space after a colon in JSON objects, making them harder than necessary to read.

Example:

{
    "testerSettings":{ "verboseLogOutput":true, "sendSdpEnabled":true, "sendAudioEnabled":false, "storeReceivedAudioData":false, "reRegisterTime":600, "inviteHealthCheck":true, "minWaitingTime":360.0, "maxWaitTimeSeconds":120.0, "usedNetworkAddress":"10.100.202.108", "sendAudioFilename":"test.wav" },
    "jobSettings":{
        "jobType":"CALLEE",
        "testerAccount":{ "username":"ahatest*", "host":"ims-info.local", "port":"5090" },
        "targetAccount":{ "username":"aha", "host":"ims-info.local", "port":"5090" },
        "callerBehaviour":"INVITE_BYE_ONCE",
        "calleeBehavior":"WELL_BEHAVED",
        "numberOfClients":1,
        "numberOfConversations":1,
        "commandPerMinute":1000000,
        "conversationTime":1000000,
        "csvOutputEnabled":true,
        "logOutputPath":"logs/",
        "allCallerBehaviour":["REGISTER_SEQUENT", "REGISTER_RANDOM", "INVITE_BYE_ONCE", "INVITE_BYE_SEQUENT", "INVITE_BYE_RANDOM"],
        "allCalleeBehaviour":["WELL_BEHAVED", "RANDOM_FORGET_30_PERCENT_OF_INVITES", "RANDOM_FORGET_30_PERCENT_OF_BYES", "RANDOM_FORGET_30_PERCENT_OF_INVITE_BYES"]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant