The unicode text I'm speaking about is JSON string inside quotation marks.
The JsonReader already have full range escaped unicode codepoints parser based on https://www.ietf.org/rfc/rfc4627.txt.
But the JsonWriter is surprisingly lack the opposite equivalent of writing escaped unicode codepoints.
The JsonWriter only escape some control codes.
The unicode text I'm speaking about is JSON string inside quotation marks.
The JsonReader already have full range escaped unicode codepoints parser based on https://www.ietf.org/rfc/rfc4627.txt.
But the JsonWriter is surprisingly lack the opposite equivalent of writing escaped unicode codepoints.
The JsonWriter only escape some control codes.