Direction: Choose the correct option
Q1.
What is Jackson in Spring?
Direction: Choose the correct option
Q2.
How does Spring automatically handle JSON conversion?
Direction: Choose the correct option
Q3.
Which annotation ignores null fields during serialization?
Direction: Choose the correct option
Q4.
What does @JsonIgnore do?
Direction: Choose the correct option
Q5.
How do you rename a JSON property using Jackson?
Direction: Choose the correct option
Q6.
What is the purpose of @JsonFormat?
Direction: Choose the correct option
Q7.
How do you handle unknown properties during deserialization?
Direction: Choose the correct option
Q8.
What is the use of @JsonView?
Direction: Choose the correct option
Q9.
How do you configure Jackson globally in Spring Boot?
Direction: Choose the correct option
Q10.
What exception does Jackson throw when JSON parsing fails?
