Skip to content

This repository implements unmarshalling dynamic JSON in Golang

Notifications You must be signed in to change notification settings

squaremost/unmarshalling-dynamic-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. 👋

Releases

No releases published

Packages

No packages published

Languages