Searching JSON data for strings and returning a subset as JSON
I am working on a Java Spring Boot application. I have a JSON in the following format. I need to search for a string and return the results in the same JSON format containing only the matching entries. The original…