```go package main import ( "fmt" "encoding/json" ) type Person struct { Name string `json:"name"` Age int `json:"age"` } func main() { raw := []byte(`{"name":"Project_IO","age":20}`) var data Person err := json.Unmarshal(raw, &data) if err != nil { panic(err) } fmt.Printf("NAME: %s\nAGE: %d\n", data.Name, data.Age) } ``` ```bash projecttl@fedora:~$ go run main.go NAME: Project_IO AGE: 20 projecttl@fedora:~$ ```
###
I'm Project_IO, A backend developer šŸ‘Øā€šŸ’» working since 2015 šŸš€
- šŸ”­ I’m currently working on [Project_IO's Official Workspace](https://github.com/project-official) - 🌱 I’m currently learning Android, erlang, elixer - ā“ Ask me about anything related to Linux, Minecraft Plugin - ⚔ Fun fact: - HTML is **not** programming language.
## Services ## Connect with me
## Github Stats ![devproje's github status](https://github-readme-stats.vercel.app/api?username=devproje&show_icons=true&theme=default&count_private=true)
![devproje's top lang](https://github-readme-stats.vercel.app/api/top-langs/?username=devproje&theme=default&layout=compact) ## Using Languages