Thank you for this. I have been struggling with ObjectMapper for a few days now for a class assignment and your explanation perfectly explained the process and allowed me to see where I was making the mistakes.
Thanks a lot for this detailed explaination. Really helpful. Just a request is it possible to show an example in which we are reading json directly from a third party API and converting it to object.
If you are using spring boot, then use RestTemplate class and its getForObject method. There is also a video on this in the channel. If not, then let me know the third party API, will provide an example.
@codippa First of all, many thanks ! Second , I tried the way you did with adding Jackson library but the automatic builder didn't appear(didn't recognize it) so there are many errors.. Can you create a full video for the process please?
Thank you for this. I have been struggling with ObjectMapper for a few days now for a class assignment and your explanation perfectly explained the process and allowed me to see where I was making the mistakes.
Glad to know!
awesome. thanks
excellent video
Thank you !
Thanks for your work! Well done!
Many thanks!
Very well explained.
Thank you !
Best video 👌
Thanks
thanks bro, very well explained
Best Video
Thank you so much !
awesome
Very useful, thanks
Thanks saves lots of time
Thanks a lot for this detailed explaination. Really helpful.
Just a request is it possible to show an example in which we are reading json directly from a third party API and converting it to object.
If you are using spring boot, then use RestTemplate class and its getForObject method.
There is also a video on this in the channel.
If not, then let me know the third party API, will provide an example.
muchas gracias por la explicación
Encantado de que fuera útil
grate
why all those options dont apear for me?? i cantfigure out connecting my jackson library!!
can you help me pls dear man?
Answer these:
which build tool are you using?
Have you added jackson dependency?
@codippa First of all, many thanks !
Second , I tried the way you did with adding Jackson library but the automatic builder didn't appear(didn't recognize it) so there are many errors..
Can you create a full video for the process please?