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 Name
s in the given String and form a Stirng[] of Name
s. Please help me.