ujson
package
ujson
Type Members
-
type
Js = Value
Value Members
-
def
copy(t: ujson.Value.Value): ujson.Value.Value
-
-
def
read(s: Readable, trace: Boolean): ujson.Value.Value
-
def
reformat(s: Readable, indent: Int, escapeUnicode: Boolean): String
-
def
reformatTo(s: Readable, out: Writer, indent: Int, escapeUnicode: Boolean): Unit
-
def
reformatToByteArray(s: Readable, indent: Int, escapeUnicode: Boolean): Array[Byte]
-
def
reformatToOutputStream(s: Readable, out: OutputStream, indent: Int, escapeUnicode: Boolean): Unit
-
def
transform[T](t: Readable, v: Visitor[_, T]): T
-
def
validate(s: Readable): Unit
-
def
write(t: ujson.Value.Value, indent: Int, escapeUnicode: Boolean): String
-
def
writeTo(t: ujson.Value.Value, out: Writer, indent: Int, escapeUnicode: Boolean): Unit
-
def
writeToByteArray(t: ujson.Value.Value, indent: Int, escapeUnicode: Boolean): Array[Byte]
-
def
writeToOutputStream(t: ujson.Value.Value, out: OutputStream, indent: Int, escapeUnicode: Boolean): Unit
Deprecated Value Members
-
val
Js: Value.type
Inherited from AnyRef
Inherited from Any