Lines Matching refs:quotes
25 n no-quotes Do not quote the field when using JSON style
27 q quotes Quote the field when using JSON style
246 .. _no-quotes-modifier:
253 The no-quotes modifier (and its twin, the 'quotes' modifier) affect
254 the quoting of values in the JSON output style. JSON uses quotes for
255 string value, but no quotes for numeric, boolean, and null data.
256 xo_emit applies a simple heuristic to determine whether quotes are
301 The quotes modifier (and its twin, the 'no-quotes' modifier) affect
302 the quoting of values in the JSON output style. JSON uses quotes for
303 string value, but no quotes for numeric, boolean, and null data.
304 xo_emit applies a simple heuristic to determine whether quotes are
313 following conversion specifiers, then no quotes are used::