hashi7412 / unmarshalling-dynamic-json

This repository implements unmarshalling dynamic JSON in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unmarshalling-dynamic-json

Gabs is a small utility for dealing with dynamic or unknown JSON structures in Go. It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It's pretty much just a helpful wrapper for navigating hierarchies of map[string]interface{} objects provided by the encoding/json package. It does nothing spectacular apart from being fabulous.

Run the program

> git clone https://github.com/hashi7412/unmarshalling-dynamic-json <project_name>

> cd <project_name>

> go download github.com/Jeffail/gabs

> go run .

Conclusion

This repository implemented to unmarshall dynamic JSON in Golang

Here is some repositories for your guide:

Thank you for looking at this repository. đź‘‹

About

This repository implements unmarshalling dynamic JSON in Golang


Languages

Language:Go 100.0%