๐Ÿ”จJSON WorkshopWORKSHOP
1
2
3
4
5

Step 1

Define a `Person` struct with fields `Name string \`json:"name"\``, `Age int \`json:"age"\``, and `Email string \`json:"email"\``. Create a Person value and marshal it to JSON. Print the resulting JSON string.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)