Skip to content
David Ayers edited this page Mar 13, 2020 · 4 revisions

Developing and consuming APIs

Links

Serialization Formats

When building an API, an important choice is the serialization format for the message payloads. JSON is the default these days, as was XML in the olden days, but there are other alternatives.

Clone this wiki locally