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}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.