Documentation ¶
Overview ¶
Create a file with an array of JSON documents that contain a user name and email address. Declare a struct type that maps to the JSON document. Using the json package, read the file and create a slice of this struct type. Display the slice.
Marshal the slice into pretty print strings and display each element.
Click to show internal directories.
Click to hide internal directories.