File: datafile_simple.18

package info (click to toggle)
lnav 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,536 kB
  • ctags: 4,798
  • sloc: cpp: 37,738; sh: 6,871; ansic: 5,090; makefile: 670; python: 196; sql: 67
file content (23 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
             list [foo(bar=1)]
 key   6:6        ^             
 key   6:9         ^-^          foo
 key  10:13            ^-^      bar
 num  14:15                ^    1
 val  14:15                ^    1
pair  10:15            ^---^    bar=1
 grp  10:15            ^---^    bar=1
 val  10:15            ^---^    bar=1
pair   6:15        ^-------^    foo(bar=1
 grp   6:15        ^-------^    foo(bar=1
pair   6:15        ^-------^    foo(bar=1
msg         :list [foo(bar=1)]
format      :list [#)]
[
    {
        "foo": [
            {
                "bar": 1
            }
        ]
    }
]