Ticket #8384: tags.txt

File tags.txt, 517 bytes (added by akks, 11 years ago)

example of text to copy/paste

Line 
1Tab-format example:
2
3this is a tag\t this is a value\n
4this is a tag2\t this is a value2\n
5this is """" a tag2\t this is a """ value2\n
6
7'=' - format examples
8
91)
10natural=wood
11source=Bing
12
132)
14this="is=b"
15
163)
17a=1
18
19
20 b="===value==="
21
22 c = 33
23
24
25JSON examples:
261)
27
28{ "a" : "value1"
29,
30"b":"value2"
31 }
32
332)
34"a" : "val\"\"\"ue1"
35
36
37Free-format examples
381)
39a 11 b 22
40c 33 d=44 "e tag"=55
41
42
433)
44 "a"="1"
45"b"="2=3" q=wert=3
46
47
48
49