Ticket #8384: tags.txt
| File tags.txt, 517 bytes (added by , 13 years ago) |
|---|
| Line | |
|---|---|
| 1 | Tab-format example: |
| 2 | |
| 3 | this is a tag\t this is a value\n |
| 4 | this is a tag2\t this is a value2\n |
| 5 | this is """" a tag2\t this is a """ value2\n |
| 6 | |
| 7 | '=' - format examples |
| 8 | |
| 9 | 1) |
| 10 | natural=wood |
| 11 | source=Bing |
| 12 | |
| 13 | 2) |
| 14 | this="is=b" |
| 15 | |
| 16 | 3) |
| 17 | a=1 |
| 18 | |
| 19 | |
| 20 | b="===value===" |
| 21 | |
| 22 | c = 33 |
| 23 | |
| 24 | |
| 25 | JSON examples: |
| 26 | 1) |
| 27 | |
| 28 | { "a" : "value1" |
| 29 | , |
| 30 | "b":"value2" |
| 31 | } |
| 32 | |
| 33 | 2) |
| 34 | "a" : "val\"\"\"ue1" |
| 35 | |
| 36 | |
| 37 | Free-format examples |
| 38 | 1) |
| 39 | a 11 b 22 |
| 40 | c 33 d=44 "e tag"=55 |
| 41 | |
| 42 | |
| 43 | 3) |
| 44 | "a"="1" |
| 45 | "b"="2=3" q=wert=3 |
| 46 | |
| 47 | |
| 48 | |
| 49 |
