Skip to content
/ json Public

A simple example of how to marshal and unmarshal JSON files in Golang

Notifications You must be signed in to change notification settings

JON95Git/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json

A simple example of how to marshal and unmarshal JSON files in Golang

Dependencies

No need any external package.

How to run

$ go run main.go
{"name":"Ed","age":32}
{Ed 32}

About

A simple example of how to marshal and unmarshal JSON files in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages