Skip to content

Commit

Permalink
Add an example JSON output.
Browse files Browse the repository at this point in the history
Signed-off-by: anuka <david.vas1@gmail.com>
  • Loading branch information
Anubisss committed Sep 16, 2013
1 parent 3eeac62 commit 5370712
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions example.json
@@ -0,0 +1,17 @@
{
"outOfSecionKey":"Value",
"Section one":
{
"key":"value",
"key2":"value"
},
"section twoooo":
{
"foo":"bar"
},
"three":
{
"lol":"wut",
"omnom ":"nomnom"
}
}

0 comments on commit 5370712

Please sign in to comment.