Method that will force generator to copy input text verbatim with
no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such). If such separators are desired, use {@link #writeRawValue(String)} instead.
Note that not all generator implementations necessarily support such by-pass methods: those that do not will throw {@link UnsupportedOperationException}.