Skip to content

Conversation

gongo
Copy link
Owner

@gongo gongo commented Dec 10, 2014

Motivation

see GH-12

Example

{"name":"foobar","nick":"foo \u00e4 bar","description":"<pre>\nbaz\n</pre>"}

If (setq json-reformat:pretty-string? nil):

    {
        "name": "foobar",
        "nick": "foo \u00e4 bar",
        "description": "<pre>\nbaz\n<\/pre>"
    }

Else (setq json-reformat:pretty-string? t):

    {
        "name": "foobar",
        "nick": "foo ä bar",
        "description": "<pre>
    baz
    </pre>"
    }

gongo added a commit that referenced this pull request Dec 11, 2014
Add flag `json-reformat:pretty-string?`
@gongo gongo merged commit b8dac16 into master Dec 11, 2014
@gongo gongo deleted the add_option_pretty_string branch December 11, 2014 00:54
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d4eea08 on add_option_pretty_string into a99387e on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d4eea08 on add_option_pretty_string into a99387e on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 973366f on add_option_pretty_string into a99387e on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 7e61723 on add_option_pretty_string into a99387e on master.

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

Successfully merging this pull request may close these issues.

2 participants