{"phone":1234,"name":"rose","key":1,"country":"india"}
{"phone":6789,"name":"jasmine","key":2,"country":"india"}
while reading this type of json data ,I'm getting this error:
Unexpected token LEFT BRACE({) at position 54.
at org.json.simple.parser.JSONParser.parse(JSONParser.java:146)
at org.json.simple.parser.JSONParser.parse(JSONParser.java:92)
Could anyone please help me resolve this error?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…