Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
jsonapi-serializer-cr
master
JSONApiSerializer
DefaultSerializer
DeserializeException
ErrorType
ResourceSerializer
DeserializeException
JSONType
Metadata
SerializeOptions
Serializer
Built with Crystal 1.9.2
2023-10-08 14:00:32 UTC
enum
JSONApiSerializer::DeserializeException::ErrorType
Defined in:
jsonapi-serializer-cr/deserialize_exception.cr
Enum Members
MALFORMED_JSON
=
0
REQUIRED_ATTRIBUTE
=
1
Instance Method Summary
#malformed_json?
#required_attribute?
Instance Method Detail
def
malformed_json?
#
[
View source
]
def
required_attribute?
#
[
View source
]