JsonWriter

com.github.plokhotnyuk.jsoniter_scala.core.JsonWriter$
See theJsonWriter companion class
object JsonWriter

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JsonWriter.type

Members list

Value members

Concrete methods

final def isNonEscapedAscii(ch: Char): Boolean

Checks if a character does not require JSON escaping or encoding.

Checks if a character does not require JSON escaping or encoding.

Value parameters

ch

the character to check

Attributes

Returns

true if the character is a basic ASCII character (code point less than 0x80) that does not need JSON escaping