{ “orders”: [ “6627b205a86f8f74dccbb580” ]} how to parse this using java rest assured
Tried with
List orderId = responseAddOrder.getOrders();
System.out.println(orderId);
String actOrderId = orderId.get(0);
System.out.println(actOrderId);
New contributor
Dpa Kushwik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.