Packages

p

ujson

package ujson

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ujson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package circe

Deprecated Type Members

  1. type Js = Value
    Annotations
    @deprecated
    Deprecated

    use ujson.Value

Value Members

  1. def copy(t: ujson.Value.Value): ujson.Value.Value
  2. def read(s: Readable, trace: Boolean): ujson.Value.Value
  3. def reformat(s: Readable, indent: Int, escapeUnicode: Boolean): String
  4. def reformat(s: Readable, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): String
  5. def reformatTo(s: Readable, out: Writer, indent: Int, escapeUnicode: Boolean): Unit
  6. def reformatTo(s: Readable, out: Writer, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): Unit
  7. def reformatToByteArray(s: Readable, indent: Int, escapeUnicode: Boolean): Array[Byte]
  8. def reformatToByteArray(s: Readable, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): Array[Byte]
  9. def reformatToOutputStream(s: Readable, out: OutputStream, indent: Int, escapeUnicode: Boolean): Unit
  10. def reformatToOutputStream(s: Readable, out: OutputStream, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): Unit
  11. def transform[T](t: Readable, v: Visitor[_, T]): T
  12. def transform[T](t: Readable, v: Visitor[_, T], sortKeys: Boolean): T
  13. def validate(s: Readable): Unit
  14. def write(t: ujson.Value.Value, indent: Int, escapeUnicode: Boolean): String
  15. def write(t: ujson.Value.Value, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): String
  16. def writeTo(t: ujson.Value.Value, out: Writer, indent: Int, escapeUnicode: Boolean): Unit
  17. def writeTo(t: ujson.Value.Value, out: Writer, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): Unit
  18. def writeToByteArray(t: ujson.Value.Value, indent: Int, escapeUnicode: Boolean): Array[Byte]
  19. def writeToByteArray(t: ujson.Value.Value, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): Array[Byte]
  20. def writeToOutputStream(t: ujson.Value.Value, out: OutputStream, indent: Int, escapeUnicode: Boolean): Unit
  21. def writeToOutputStream(t: ujson.Value.Value, out: OutputStream, indent: Int, escapeUnicode: Boolean, sortKeys: Boolean): Unit

Deprecated Value Members

  1. val Js: Value.type
    Annotations
    @deprecated
    Deprecated

    use ujson.Value

Inherited from AnyRef

Inherited from Any

Ungrouped