Skip to content

Latest commit

 

History

History

json

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Basic JSON Marshaling/Unmarshaling

Example of JSON marshaling/unmarshaling in Go.

Setup

  1. Run the program.

    $ make run

Reference