#Object

4 articles

06 How to know JSON Tags

06 How to know JSON Tags

Introduction to JSON Tags By default, if we create a struct and marshal it, it will be mapped according to the same attribute name and is case sensitive.

05 How to know JSON Array

05 How to know JSON Array

Introduction to JSON Arrays Apart from JSON in Object form, usually in JSON we can also use the Array data type.

04 How to know Decode JSON

04 How to know Decode JSON

Introduction to JSON Decoding In the previous article we learned to encode JSON and how to create a JSON object, so next we will learn how to translate JSON objects into struct objects in Golang.

03 How to know JSON Object

03 How to know JSON Object

Introduction to JSON Objects In the previous article we studied encoding data such as string, number, boolean and other primitive types.