Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 213 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 213 Bytes

Basic JSON Marshaling/Unmarshaling

Example of JSON marshaling/unmarshaling in Go.

Setup

  1. Run the program.

    $ make run

Reference