0

I'm looking for a way to convert this String

[{"season":"w15","club":"belle-plagne"},{"season":"w15","club":"belle-plagne"},{"season":"w15","club":"belle-plagne"}]

that looks like a json array to a json array using the java library json simple

Thx in advance, best regards

Mayes

ucMedia
  • 4,105
  • 4
  • 38
  • 46
mayes
  • 5
  • 1
  • 4

1 Answers1

0

you should have check out this example url from json example first. if you have any specific problem, then you should ask specific question.

http://code.google.com/p/json-simple/wiki/DecodingExamples

Amit K. Saha
  • 5,871
  • 2
  • 27
  • 35