Answer the question
In order to leave comments, you need to log in
Does this json have a chance to be deserialized?
Hello.
Is it possible to deserialize this json from string
{"Employee":"сотрудник1","map_list":{"Input_Weight_11":"0.2","Input_Weight_12":"0.3","Input_Weight_13":"0.2"}},
{"Employee":"сотрудник2","map_list":{"Input_Weight_21":"0","Input_Weight_22":"0","Input_Weight_23":"0"}},
{"Employee":"сотрудник3","map_list":{"Input_Weight_31":"0","Input_Weight_32":"0","Input_Weight_33":"0"}}
JSONObject jsonObject = new JSONObject(jsonData);
System.out.println(jsonObject.names().length());
System.out.println(jsonObject.names().size());
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question