Question: What is the default case sensitivity of the JSON `Unmarshal` function?
- The default behavior is case insensitive, but it can be overridden.
- Fields are matched case sensitive.
- Fields are matched case insensitive.
- The default behavior is case sensitive, but it can be overridden.
Answer: The correct answer of the above question is Option A:The default behavior is case insensitive, but it can be overridden.