go-working-with-json


tags:

  • ready
  • online
  • reviewed
  • summary
  • informatic
  • scheduler
  • advanced
  • go
  • json

working-with-json

Contents

__Roadmap info from [ roadmap website ] (https://roadmap.sh/golang/go-advanced/working-with-json) __

Working with json

JSON (JavaScript Object Notation) is a simple data interchange format.Syntactically it resembles the objects and lists of JavaScript.It is most commonly used for communication between web back-ends and JavaScript programs running in the browser, but it is used in many other places, too.

Visit the following resources to learn more: