struct Protocol::Runtime::EntryPreview

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def key : ObjectPreview | Nil #

Preview of the key. Specified for map-like collection entries.


[View source]
def value : ObjectPreview #

Preview of the value.


[View source]