~ubuntu-branches/ubuntu/saucy/sope/saucy

« back to all changes in this revision

Viewing changes to sope-json/SBJson/Tests/Data/format.json.pretty

  • Committer: Package Import Robot
  • Author(s): Jeroen Dekkers
  • Date: 2012-05-09 15:39:17 UTC
  • Revision ID: package-import@ubuntu.com-20120509153917-nr4jlm8mktma1yv3
Tags: upstream-1.3.14
ImportĀ upstreamĀ versionĀ 1.3.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[
 
2
  "one",
 
3
  2,
 
4
  {
 
5
    "bar" : [
 
6
      1,
 
7
      2,
 
8
      []
 
9
    ],
 
10
    "foo" : null,
 
11
    "quux" : true
 
12
  },
 
13
  {}
 
14
]