struct Json
- Json
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protobuf::Message
Defined in:
cli/proto/Json.pb.crConstant Summary
-
FIELDS =
{1 => {name: :value, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
-
Fields =
{} of String => Field
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #[]=(key : String, val)
- #[]?(key : String)
- #to_hash
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #value : String
- #value=(value : String)