Learn how to read and write JSONs easily with a lightweight Jakson-jr library.
Also find me here:
Baeldung Author
Tudor Marc
I am a Senior Java/Kotlin Engineer / Architect with 11+ years of experience in Java. Started writing articles to help others seeking knowledge and pass on what I have learnt. I am always eager for new challenges where I can continue improving my professional and personal skills.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (2)
- Jackson (1)
Variable Instantiation on Declaration vs. on Constructor in Java
Filed under Java
Learn that using either field declaration or constructor initialization is more of a preference.
Check if a Number Is Odd or Even in Java
Filed under Java
Learn multiple ways to check the parity of a number in Java.