ParserUtil

org.json4s.ParserUtil
object ParserUtil

Attributes

Source
ParserUtil.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ParserUtil.type

Members list

Type members

Classlikes

class ParseException(message: String, cause: Exception) extends Exception

Attributes

Source
ParserUtil.scala
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def quote(s: String, alwaysEscapeUnicode: Boolean): String

Attributes

Source
ParserUtil.scala
def unquote(string: String): String

Attributes

Source
ParserUtil.scala