Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Go
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Go
Which data structures are good for unmarshalling JSON depending on its complexity?
Slobodan Popovic
Greenhorn
Posts: 4
posted 5 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Which data structures are good for unmarshalling JSON depending on its complexity? I need a data structure that I can easily mutate and then marshal back into JSON.
Are there any recommended library functions to help with this in Go?
Bhagvan Kommadi
Author
Posts: 75
5
posted 5 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
For unmarshalling json, structs and arrays are used. Go objects are converted to Json and Json to Go Object by using Marshal and Unmarshal methods.
How do they get the deer to cross at the signs? Or to read this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Why every POJO class in web-app is required to inherit Serializable despite webservices?
Is Go a good language to study data structures and algorithms?
* Welcome Bhagvan Kommadi
Which data structure is good for ordered scanning of data ?
outofmemory increasing heap past the cap.
More...