Merge pull request #120 from sanmai-NL/JSON_arbitrary_indentation_separator

Refactor legacy `indent: int` -> `indent: str`
This commit is contained in:
Anthony Sottile 2016-06-12 10:25:59 -07:00 committed by GitHub
commit cf3aabe9b1
3 changed files with 53 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{
"alist": [
2,
34,
234
],
"blah": null,
"foo": "bar"
}