We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f822737 commit 4fcdb63Copy full SHA for 4fcdb63
doc.go
@@ -2,7 +2,7 @@
2
Package jsonapi provides a serializer and deserializer for jsonapi.org spec payloads.
3
4
You can keep your model structs as is and use struct field tags to indicate to jsonapi
5
-how you want your response built or your request deserialzied. What about my relationships?
+how you want your response built or your request deserialized. What about my relationships?
6
jsonapi supports relationships out of the box and will even side load them in your response
7
into an "included" array--that contains associated objects.
8
0 commit comments