JsonRpc::Entity
Inherits JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Common serializable JSON RPC entity
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
Macros
check_if_clean_with(*props)
Call this when subclassing an entity with properties that
are also JSON entities to define a #clean? method that
includes those properties in the check.