Grapple
13.0.0
Grapple
grapple.json
Json
JsonAdapter
JsonArray
JsonArray
JsonArrayBuilder
JsonBoolean
JsonBoolean
JsonException
JsonFalse
JsonGenerator
JsonGenerator
JsonGeneratorError
JsonInput
JsonNull
JsonNull
JsonNumber
JsonNumber
JsonObject
JsonObject
JsonObjectBuilder
JsonOutput
JsonParser
JsonParser
Event
FieldName
Value
JsonParserError
JsonReader
JsonReader
JsonString
JsonString
JsonStructure
JsonTrue
JsonValue
JsonWriter
JsonWriter
bigDecimalToJsonNumber
bigIntToJsonNumber
booleanToJsonBoolean
byteToJsonNumber
doubleToJsonNumber
failureToJsonNull
floatToJsonNumber
intToJsonNumber
jsonValueToBigDecimal
jsonValueToBigInt
jsonValueToBoolean
jsonValueToByte
jsonValueToDouble
jsonValueToFloat
jsonValueToInt
jsonValueToJsonArray
jsonValueToJsonBoolean
jsonValueToJsonNull
jsonValueToJsonNumber
jsonValueToJsonObject
jsonValueToJsonString
jsonValueToJsonValue
jsonValueToLong
jsonValueToShort
jsonValueToString
longToJsonNumber
noneToJsonNull
shortToJsonNumber
stringToJsonString
grapple.json.rpc
InternalError
InternalError
InvalidParams
InvalidParams
InvalidRequest
InvalidRequest
JsonRpcError
JsonRpcError
JsonRpcIdentifier
JsonRpcIdentifier
JsonRpcMessage
JsonRpcRequest
JsonRpcRequest
JsonRpcRequestBuilder
JsonRpcResponse
JsonRpcResponse
JsonRpcResponseBuilder
MethodNotFound
MethodNotFound
ParseError
ParseError
jsonRpcErrorToJsonValue
jsonRpcIdentifierToJsonValue
jsonRpcRequestToJsonValue
jsonRpcResponseToJsonValue
jsonValueToJsonRpcError
jsonValueToJsonRpcIdentifier
jsonValueToJsonRpcRequest
jsonValueToJsonRpcResponse
Grapple
/
grapple.json
/
JsonNull
JsonNull
case
object
JsonNull
extends
JsonNull
Represents JSON null.
Companion:
class
Graph
Supertypes
Self type
trait
Singleton
trait
Product
trait
Mirror
trait
Serializable
trait
Product
trait
Equals
trait
JsonNull
trait
JsonValue
class
Object
trait
Matchable
class
Any
JsonNull
.type
Type members
Value members
Type members
Inherited types
type
MirroredElemLabels
=
EmptyTuple
Inherited from:
Singleton
type
MirroredElemTypes
=
EmptyTuple
Inherited from:
Singleton
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
type
MirroredMonoType
=
Singleton
Inherited from:
Singleton
type
MirroredType
=
Singleton
Inherited from:
Singleton
Value members
Inherited methods
final
def
as
[
T
](
using
converter:
JsonInput
[
T
]):
T
Converts value.
Converts value.
Inherited from:
JsonValue
def
fromProduct
(
p:
Product
):
MirroredMonoType
Inherited from:
Singleton
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Concrete fields
override
val
toString
:
String
Returns
"null"
.
Returns
"null"
.