Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Example using Go

How to build program

Note: Go to the root of folder i.e. object-oriented

go build

How to run program

go run main.go

Raw output

{"FName":"Visharad","LName":"Dhavle","Age":35,"Gender":"Male","Orders":[{"ID":1,"Items":[{"Name":"Nokia 6.2","Price":6200}]},{"ID":2,"Items":[{"Name":"Nokia 7.2","Price":7200}]}]}

JsonViewer Output

json-output

About

This repo contains creation of customer model/data using object oriented concept

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages