Learn the basics of using and applying custom JSON and XML serializers.
https://golang.org/pkg/encoding/json
https://golang.org/pkg/encoding/xml
http://mholt.github.io/json-to-go/
JSON Encoding: Code
JSON Struct Tags: Code | Test
MarshalJSON Interface: Code | Test
JSON Mistakes: Code
JSON and net/http: Code
XML Encoding: Code | Test
MarshalXML Interface: Code | Test
TBD
All material is licensed under the Apache License Version 2.0, January 2004.