I have a JSON string where neither the keys nor the values are quoted and I would like to transform it to a correctly formatted JSON.
{basic:{0:{index:0, license:t, nameSID:n, image:"img_left", descriptionSID:t, category:r}}
Is there a Java library that could handle it? I tried Jackson but it does not work.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…