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

Members list

Concise view

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.

Attributes

ch

the character to check

Returns:

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