Intro to JSON and Jackson's ObjectMapper | Parse JSON in Java | Convert Object to JSON | Geekific

preview_player
Показать описание

If you’re into coding, and no matter what language you’re using, you most definitely have handled a couple JSON files here and there. And if you’re a Java developer specifically, you most probably have made use of the Jackson library, which is today's subject. In this video, we detail Jackson's ObjectMapper, how to convert a Java Object into a JSON string and vice versa, how to parse a JSON string into a Java object.

Timestamps:
00:00 Introduction
00:30 What is JSON?
02:08 Jackson’s Object Mapper Explained
04:00 Jackson’s Customizations
06:20 Recap
06:50 Thanks for Watching!

If you found this video helpful, check other Geekific uploads:

#Geekific #Jackson #JSON #ObjectMapper #Java
Рекомендации по теме
Комментарии
Автор

Best Geek channel I ever found in history of YouTube, looking forward for more videos!!!

manoj.suthar
Автор

Thank you for you work!
Really short and clear explanations!

denzel
Автор

Great topic and explanation, thank you! Looking forward for the following videos.

svalyavasvalyava
Автор

thanks a lot bro!!! i'm searching for this video for so long. ❤❤

saranraj
Автор

Ty for your work. It's super herpful. Keep it up!

luhgmlv
Автор

did not understand at 2:05, how the Map<String, Object> () gets mapped here as key should ve unique in map. pls explain.

TechOnScreen
Автор

3:44 the lowest line:
Guess you missed to save the returned reference to list: how will you access that list of BankAccount objects?🤔

manOfPlanetEarth
Автор

4:08
"the json string has some new field..."
No, the class may have new field:)

manOfPlanetEarth