Learn Web JSON
Learn Golang Web JSON is very important to standardize communication for better understand between APIs for Beginners to experts
- By Ihsan Arif
- 21 Jan 2023
- 9 articles
- intermediate
Interested Topics
Learning Web JSON is very important so that we can better understand standard communication between APIs. In this topic we can understand from the introduction of the JSON package in Golang, several definitions and terms that are often used in API communication until we can encode and decode JSON data using the Golang language. Don’t be left behind, always learn to understand a topic better. Hopefully it can be useful for you.
- 10 Oct 2023 01 Introduction Package intermediate
- 11 Oct 2023 02 Encode JSON intermediate
- 12 Oct 2023 03 How to know JSON Object intermediate
- 13 Oct 2023 04 How to know Decode JSON intermediate
- 14 Oct 2023 05 How to know JSON Array intermediate
- 14 Oct 2023 06 How to know JSON Tags intermediate
- 15 Oct 2023 07 How To Use Maps intermediate
- 16 Oct 2023 08 How To Use Streaming Decoder intermediate
- 17 Oct 2023 09 How To Use Streaming Encoder intermediate
Previous post
Learn Concurrent Golang
Next post