• Home
  • Raw
  • Download

Lines Matching +full:strip +full:- +full:json +full:- +full:comments

2     "- Mark McGwire\n- Sammy Sosa\n- Ken Griffey";
8 …"american:\n- Boston Red Sox\n- Detroit Tigers\n- New York Yankees\nnational:\n- New York Mets\n-
11 …"-\n name: Mark McGwire\n hr: 65\n avg: 0.278\n-\n name: Sammy Sosa\n hr: 63\n avg: 0.…
14 "- [name , hr, avg ]\n- [Mark McGwire, 65, 0.278]\n- [Sammy Sosa , 63, 0.288]";
20 …"# Ranking of 1998 home runs\n---\n- Mark McGwire\n- Sammy Sosa\n- Ken Griffey\n\n# Team ranking\n
23 …"---\ntime: 20:03:20\nplayer: Sammy Sosa\naction: strike (miss)\n...\n---\ntime: 20:03:47\nplayer:…
26 …"---\nhr: # 1998 hr ranking\n - Mark McGwire\n - Sammy Sosa\nrbi:\n # 1998 rbi ranking\n - Sam…
29 …"---\nhr:\n - Mark McGwire\n # Following node labeled SS\n - &SS Sammy Sosa\nrbi:\n - *SS # Su…
32 …"? - Detroit Tigers\n - Chicago cubs\n:\n - 2001-07-23\n\n? [ New York Yankees,\n Atlanta Bra…
35 …"---\n# Products purchased\n- item : Super Hoop\n quantity: 1\n- item : Basketball\n quant…
38 "# ASCII Art\n--- |\n \\//||\\/||\n // || ||__";
41 "--- >\n Mark McGwire's\n year was crippled\n by a knee injury.";
50 …\\n\"\n\nsingle: '\"Howdy!\" he cried.'\nquoted: ' # Not a ''comment''.'\ntie-fighter: '|\\-*-/|'";
55 // TODO: 2.19 - 2.22 schema tags
58 …"---\nnot-date: !!str 2002-04-28\n\npicture: !!binary |\n R0lGODlhDAAMAIQAAP//9/X\n 17unp5WZmZgAAA…
61--- !shape\n # Use the ! handle for presenting\n # tag:clarkevans.com,2002:circle\n- !circle\n …
64 …"# Sets are represented as a\n# Mapping where each key is\n# associated with a null value\n--- !!s…
67 … of mappings, with\n# each mapping having one key\n--- !!omap\n- Mark McGwire: 65\n- Sammy Sosa: 6…
70--- !<tag:clarkevans.com,2002:invoice>\ninvoice: 34843\ndate : 2001-01-23\nbill-to: &id001\n …
73---\nTime: 2001-11-23 15:01:42 -5\nUser: ed\nWarning:\n This is an error message\n for the log f…
75 // TODO: 5.1 - 5.2 BOM
78 "sequence:\n- one\n- two\nmapping:\n ? sky\n : blue\n sea : green";
107 "Bad escapes:\n \"\\c\n \\xq-\"";
113 "? a\n: -\tb\n - -\tc\n - d";
116 "- foo:\t bar\n- - baz\n -\tbaz";
125 ">-\n trimmed\n \n \n\n as\n space";
146 "%FOO bar baz # Should be ignored\n # with a warning.\n--- \"foo\"";
149 "%YAML 1.3 # Attempt parsing\n # with a warning\n---\n\"foo\"";
155 "%TAG !yaml! tag:yaml.org,2002:\n---\n!yaml!str \"foo\"";
161 "# Private\n!foo \"bar\"\n...\n# Global\n%TAG ! tag:example.com,2000:app/\n---\n!foo \"bar\"";
164 "%TAG !! tag:example.com,2000:app/\n---\n!!int 1 - 3 # Interval, not integer";
167 "%TAG !e! tag:example.com,2000:app/\n---\n!e!foo \"bar\"";
170 …"%TAG !m! !my-\n--- # Bulb here\n!m!light fluorescent\n...\n%TAG !m! !my-\n--- # Color here\n!m!li…
173 "%TAG !e! tag:example.com,2000:app/\n---\n- !e!foo \"bar\"";
182 "- !<!> foo\n- !<$:?> bar\n";
185 "%TAG !e! tag:example.com,2000:app/\n---\n- !local foo\n- !!str bar\n- !e!tag%21 baz\n";
188 "%TAG !e! tag:example,2000:app/\n---\n- !e! foo";
191 "%TAG !e! tag:example,2000:app/\n---\n- !h!bar baz";
194 "# Assuming conventional resolution:\n- \"12\"\n- 12\n- ! 12";
212 "\"folded \nto a space,\t\n \nto a line feed, or \t\\\n \\ \tnon-content\"";
215 "\" 1st non-empty\n\n 2nd non-empty \n\t3rd non-empty \"";
223 "' 1st non-empty\n\n 2nd non-empty \n\t3rd non-empty '";
226- ::vector\n- \": - ()\"\n- Up, up, and away!\n- -123\n- http://example.com/foo#bar\n# Inside flow…
232 "1st non-empty\n\n 2nd non-empty \n\t3rd non-empty";
235 "- [ one, two, ]\n- [three ,four]";
241 "- { one : two , three: four , }\n- {five: six,seven : eight}";
259 "- [ YAML : separate ]\n- [ : empty key entry ]\n- [ {JSON: like}:adjacent ]";
266 "- [ a, b ]\n- { a: b }\n- \"a\"\n- 'b'\n- c";
269 "- !!str \"a\"\n- 'b'\n- &anchor \"c\"\n- *anchor\n- !!str";
272 …"- | # Empty header\n literal\n- >1 # Indentation indicator\n folded\n- |+ # Chomping indicator\n…
275 "- |\n detected\n- >\n \n \n # detected\n- |1\n explicit\n- >\n \t\n detected\n";
278 "- |\n \n text";
281 "- >\n text\n text";
284 "- |2\n text";
287 "strip: |-\n text\nclip: |\n text\nkeep: |+\n text\n";
290Strip\n # Comments:\nstrip: |-\n # text\n \n # Clip\n # comments:\n\nclip: |\n # text\n \n # …
293 "strip: >-\n\nclip: >\n\nkeep: |+\n\n";
312 "block sequence:\n - one\n - two : three\n";
315 …"- # Empty\n- |\n block node\n- - one # Compact\n - two # sequence\n- one: two # Compact mapping\…
321 …"? explicit key # Empty value\n? |\n block key\n: - one # Explicit compact\n - two # block value…
325 "plain key: in-line value\n: # Both empty\n\"quoted key\":\n- entry\n";
328 "- sun: yellow\n- ? earth: blue\n : moon: white\n";
331 "-\n \"flow in block\"\n- >\n Block scalar\n- !!map # Block collection\n foo : bar\n";
337 "sequence: !!seq\n- entry\n- !!seq\n - nested\nmapping: !!map\n foo: bar\n";