module Crystalizer::JSON
Extended Modules
Defined in:
json.crjson/any.cr
json/deserializer.cr
json/serializer.cr
Class Method Summary
- .deserialize(string_or_io : IO | String, to type : T.class) : T forall T
-
.parse(string_or_io : String | IO) : Any
Parses a JSON document as a JSON::Any.
- .serialize(io : IO, object, *, indent : String = Serializer.indent) : Nil
- .serialize(object, *, indent : String = Serializer.indent) : String
Class Method Detail
Parses a JSON document as a JSON::Any.