JSON
wvlet.airframe.json.JSON$
object JSON extends LogSupport
Attributes
- Graph
-
- Supertypes
-
trait LogSupporttrait LazyLoggertrait LoggingMethodstrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
JSON.type
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONValueclass Objecttrait Matchableclass AnyShow all
final case class JSONBoolean(v: Boolean) extends JSONValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONValueclass Objecttrait Matchableclass AnyShow all
final case class JSONDouble(v: Double) extends JSONNumber
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONNumbertrait JSONValueclass Objecttrait Matchableclass AnyShow all
final case class JSONLong(v: Long) extends JSONNumber
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONNumbertrait JSONValueclass Objecttrait Matchableclass AnyShow all
sealed trait JSONNumber extends JSONValue
Attributes
- Supertypes
- Known subtypes
-
class JSONDoubleclass JSONLong
final case class JSONObject(v: Seq[(String, JSONValue)]) extends JSONValue
object JSONObject
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
JSONObject.type
final case class JSONString(v: String) extends JSONValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait JSONValueclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class JSONArrayclass JSONBooleanobject JSONNull.typetrait JSONNumberclass JSONDoubleclass JSONLongclass JSONObjectclass JSONStringShow all
Value members
Concrete methods
Parse JSON object or array
Parse JSON object or array
Attributes
Parse JSON object or array
Parse JSON object or array
Attributes
Parse any json values including null
Parse any json values including null
Attributes
Parse any json values including null
Parse any json values including null
Attributes
Parse any json values including null
Parse any json values including null
Attributes
This function can be used to properly quote Strings for JSON output.
This function can be used to properly quote Strings for JSON output.
Attributes
Inherited methods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
Attributes
- Inherited from:
- LoggingMethods
In this article