2

I am new in java so this might seem to be a silly question for many of you, but please help me out. I have a string like

{"Key1":50.0,"Key2":60.0,"Key3 Roll":80.0} 

I want to split it in the form of a key-value pair. I want it like String key = key1 and Double value = 50.0 for each iteration.

Matthew
  • 1,412
  • 2
  • 20
  • 35
graphicstone
  • 113
  • 10

0 Answers0