I am new to Java. Please help me. Below is the string after implementing HTTP POST method as a response:
{"Result":"{ \"Search\": [ { \"Code\": \"200\" }, { \"Message\": \"Fetched successfully\" }, { \"Name\": \"1\", \"id\": \"166\", \"PID\": \"162\" } ]}"}
Now i want to get only Names in the given String and form a Stirng[] of Names. Please help me.