Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 841 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 841 Bytes

Web - Serializers

Learn the basics of using and applying custom JSON and XML serializers.

Links

https://golang.org/pkg/encoding/json
https://golang.org/pkg/encoding/xml
http://mholt.github.io/json-to-go/

Code Review

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

Exercises

Exercise 1

TBD


All material is licensed under the Apache License Version 2.0, January 2004.