René's URL Explorer Experiment


Title: Usage

direct link

Domain: msgspec.dev

color-schemelight dark

Links:

Skip to contenthttps://msgspec.dev/usage.html#furo-main-content
msgspechttps://msgspec.dev/index.html
https://msgspec.dev/index.html
Why msgspec?https://msgspec.dev/why.html
Installationhttps://msgspec.dev/install.html
Benchmarkshttps://msgspec.dev/benchmarks.html
Usagehttps://msgspec.dev/usage.html
Supported Typeshttps://msgspec.dev/supported-types.html
Structshttps://msgspec.dev/structs.html
Constraintshttps://msgspec.dev/constraints.html
Convertershttps://msgspec.dev/converters.html
JSON Schemahttps://msgspec.dev/jsonschema.html
Schema Evolutionhttps://msgspec.dev/schema-evolution.html
Extendinghttps://msgspec.dev/extending.html
Inspecting Typeshttps://msgspec.dev/inspect.html
Performance Tipshttps://msgspec.dev/perf-tips.html
Porting guideshttps://msgspec.dev/porting/index.html
Porting from orjsonhttps://msgspec.dev/porting/orjson.html
API Docshttps://msgspec.dev/api.html
Exampleshttps://msgspec.dev/examples/index.html
GeoJSONhttps://msgspec.dev/examples/geojson.html
Asyncio TCP Key-Value Serverhttps://msgspec.dev/examples/asyncio-kv.html
Conda Repodatahttps://msgspec.dev/examples/conda-repodata.html
Parsing pyproject.tomlhttps://msgspec.dev/examples/pyproject-toml.html
Changeloghttps://msgspec.dev/changelog.html
Back to top https://msgspec.dev/usage.html
View this page https://msgspec.dev/_sources/usage.rst.txt
https://msgspec.dev/usage.html#usage
JSONhttps://json.org
MessagePackhttps://msgpack.org
YAMLhttps://yaml.org
TOMLhttps://toml.io/en/
https://msgspec.dev/usage.html#encoding
https://msgspec.dev/usage.html#decoding
https://msgspec.dev/usage.html#typed-decoding
JSONhttps://json.org
MessagePackhttps://msgpack.org
Structhttps://msgspec.dev/structs.html
dicthttps://docs.python.org/3/library/stdtypes.html#dict
type annotationshttps://docs.python.org/3/library/typing.html
mypyhttps://mypy.readthedocs.io/en/stable/
pyrighthttps://github.com/microsoft/pyright
type annotationshttps://docs.python.org/3/library/typing.html
wide variety of builtin types are supportedhttps://msgspec.dev/supported-types.html
Structhttps://msgspec.dev/structs.html
https://msgspec.dev/usage.html#strict-vs-lax-mode
pydantichttps://pydantic.dev/docs/validation/latest/get-started/
Supported Typeshttps://msgspec.dev/supported-types.html
https://msgspec.dev/usage.html#converting-to-and-from-builtin-types
msgspec.to_builtinshttps://msgspec.dev/api.html#msgspec.to_builtins
msgspec.converthttps://msgspec.dev/api.html#msgspec.convert
dicthttps://docs.python.org/3/library/stdtypes.html#dict
listhttps://docs.python.org/3/library/stdtypes.html#list
strhttps://docs.python.org/3/library/stdtypes.html#str
inthttps://docs.python.org/3/library/functions.html#int
msgspec.to_builtinshttps://msgspec.dev/api.html#msgspec.to_builtins
msgspec.json.encodehttps://msgspec.dev/api.html#msgspec.json.encode
msgspec.msgpack.encodehttps://msgspec.dev/api.html#msgspec.msgpack.encode
Omitting Default Valueshttps://msgspec.dev/structs.html#omit-defaults
tagged unionshttps://msgspec.dev/structs.html#struct-tagged-unions
UNSEThttps://msgspec.dev/supported-types.html#unset-type
msgspec.Structhttps://msgspec.dev/api.html#msgspec.Struct
dataclasses.dataclasshttps://docs.python.org/3/library/dataclasses.html#dataclasses.dataclass
attrshttps://www.attrs.org/en/stable/index.html
typing.TypedDicthttps://docs.python.org/3/library/typing.html#typing.TypedDict
typing.NamedTuplehttps://docs.python.org/3/library/typing.html#typing.NamedTuple
byteshttps://docs.python.org/3/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3/library/stdtypes.html#bytearray
memoryviewhttps://docs.python.org/3/library/stdtypes.html#memoryview
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
datetime.datehttps://docs.python.org/3/library/datetime.html#datetime.date
datetime.timehttps://docs.python.org/3/library/datetime.html#datetime.time
datetime.timedeltahttps://docs.python.org/3/library/datetime.html#datetime.timedelta
uuid.UUIDhttps://docs.python.org/3/library/uuid.html#uuid.UUID
decimal.Decimalhttps://docs.python.org/3/library/decimal.html#decimal.Decimal
sethttps://docs.python.org/3/library/stdtypes.html#set
frozensethttps://docs.python.org/3/library/stdtypes.html#frozenset
listhttps://docs.python.org/3/library/stdtypes.html#list
dicthttps://docs.python.org/3/library/stdtypes.html#dict
enum.Enumhttps://docs.python.org/3/library/enum.html#enum.Enum
msgspec.converthttps://msgspec.dev/api.html#msgspec.convert
Convertershttps://msgspec.dev/converters.html
msgspec.structs.asdicthttps://msgspec.dev/api.html#msgspec.structs.asdict
msgspec.structs.astuplehttps://msgspec.dev/api.html#msgspec.structs.astuple
msgspec.to_builtinshttps://msgspec.dev/api.html#msgspec.to_builtins
dataclasses.asdicthttps://docs.python.org/3/library/dataclasses.html#dataclasses.asdict
dataclasses.astuplehttps://docs.python.org/3/library/dataclasses.html#dataclasses.astuple
dicthttps://docs.python.org/3/library/stdtypes.html#dict
tuplehttps://docs.python.org/3/library/stdtypes.html#tuple
msgspec.UNSEThttps://msgspec.dev/api.html#msgspec.UNSET
msgspec.Structhttps://msgspec.dev/api.html#msgspec.Struct
dataclasses.dataclasshttps://docs.python.org/3/library/dataclasses.html#dataclasses.dataclass
attrshttps://www.attrs.org/en/stable/index.html
byteshttps://docs.python.org/3/library/stdtypes.html#bytes
datetime.datetimehttps://docs.python.org/3/library/datetime.html#datetime.datetime
uuid.UUIDhttps://docs.python.org/3/library/uuid.html#uuid.UUID
decimal.Decimalhttps://docs.python.org/3/library/decimal.html#decimal.Decimal
enum.Enumhttps://docs.python.org/3/library/enum.html#enum.Enum
msgspec.to_builtinshttps://msgspec.dev/api.html#msgspec.to_builtins
Next Supported Types https://msgspec.dev/supported-types.html
Previous Benchmarks https://msgspec.dev/benchmarks.html
Sphinxhttps://www.sphinx-doc.org/
@pradyunsghttps://pradyunsg.me
Furohttps://github.com/pradyunsg/furo
https://github.com/msgspec/msgspec
Usagehttps://msgspec.dev/usage.html
Encodinghttps://msgspec.dev/usage.html#encoding
Decodinghttps://msgspec.dev/usage.html#decoding
Typed Decodinghttps://msgspec.dev/usage.html#typed-decoding
“Strict” vs “Lax” Modehttps://msgspec.dev/usage.html#strict-vs-lax-mode
Converting to and from Builtin Typeshttps://msgspec.dev/usage.html#converting-to-and-from-builtin-types

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.