Testing JSON in Spring Boot
This article shows how to use MockMvc and JsonPath to test JSON in Spring Boot. Table of Contents: 1. Spring Boot Test Dependencies 2. Testing JSON Simple Structure 3. Testing a List 4. Testing a Map 5. Testing JSON in Spring Boot 5.1 Spring Boot REST Controller returns JSON 5.1 Testing JSON Data 6. Download …