How to map a subset of a JSON file using Jackson
This article shows how to map a subset of a JSON file using Jackson. Table of contents: 1. Download Jackson 2. Map a subset of a JSON file 3. Define Java Classes that reflect JSON structure 4. Ignoring Unneeded Fields with Jackson 5. Testing the subset of JSON using Jackson 6. Download Source Code 7. …