blob: da9d71ff2dff75b6b3640101b531e4babda69595 (
plain)
1
2
3
4
5
6
|
# 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.
The original project is licensed under the Apache 2.0 license.
|