File: datafile_simple.20

package info (click to toggle)
lnav 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60,084 kB
  • sloc: cpp: 215,599; ansic: 59,220; sh: 4,650; makefile: 3,578; python: 1,197; sql: 315; xml: 264; javascript: 18
file content (20 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
             list ["abc", "def", "ghi"]
 key   0:4   ^--^                        list
quot   7:10         ^-^                  abc
 val   7:10         ^-^                  abc
quot  14:17                ^-^           def
 val  14:17                ^-^           def
quot  21:24                       ^-^    ghi
 val  21:24                       ^-^    ghi
 grp   7:24         ^---------------^    abc", "def", "ghi
 val   7:24         ^---------------^    abc", "def", "ghi
pair   0:24  ^----------------------^    list ["abc", "def", "ghi
msg         :list ["abc", "def", "ghi"]
format      :list [#]
{
    "list": [
        "abc",
        "def",
        "ghi"
    ]
}