You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/datafile_simple.25

16 lines
286 B
Plaintext

a=1 b=2
key 0:1 ^ a
num 2:3 ^ 1
val 2:3 ^ 1
pair 0:3 ^-^ a=1
key 4:5 ^ b
num 6:7 ^ 2
val 6:7 ^ 2
pair 4:7 ^-^ b=2
msg :a=1 b=2
format :a=# b=#
{
"a": 1,
"b": 2
}