Created
October 5, 2011 11:07
-
-
Save tanabe/1264201 to your computer and use it in GitHub Desktop.
Fiddler 2 JSON viewer bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"testData": [ | |
[ | |
{ | |
"hoge": "1" | |
}, | |
{ | |
"foo": "2" | |
} | |
], | |
{ | |
"bar": "3" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment