I have JSON from another service inside the JSON there is a package name with a class name for this json, how can I ignore it and get just the data that I want
["com.yali.S3File", {"component": {"id": "content_03" } }]
I wanna get just the component response :
{"component": {"id": "content_03" } }
I got this error when I tried to parse it as JSON :
org.springframework.data.redis.serializer.serializationexception: could not read json