How to convert jsonString to JSONObject in Java

BSG
BSG
Published on Oct, 27 2024 1 min read 1 comments
image

I have String variable called jsonString:

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

Now I want to convert it into JSON Object. I searched more on Google but didn't get any expected answers!

1 Answers

Mahabubur Rahman Oct 27, 2024 - 10:05 AM