Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
383 views
in Technique[技术] by (71.8m points)

java - 如何在Java中将jsonString转换为JSONObject(How to convert jsonString to JSONObject in Java)

I have String variable called jsonString :

(我有一个名为jsonString String变量:)

{"phonetype":"N95","cat":"WP"}

Now I want to convert it into JSON Object.

(现在,我想将其转换为JSON对象。)

I searched more on Google but didn't get any expected answers...

(我在Google上搜索了更多内容,但没有得到任何预期的答案...)

  ask by Mr. Sajid Shaikh translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...