matrix-pretix/vendor/maunium.net/go/mautrix/crypto/canonicaljson/README.md

5 lines
336 B
Markdown
Raw Normal View History

2022-07-25 02:32:08 +02:00
# canonicaljson
This is a Go package to produce Matrix [Canonical JSON](https://matrix.org/docs/spec/appendices#canonical-json).
It is essentially just [json.go](https://github.com/matrix-org/gomatrixserverlib/blob/master/json.go)
from gomatrixserverlib without all the other files that are completely useless for non-server use cases.