Reading JSON from a text file

前端 未结 7 1572
隐瞒了意图╮
隐瞒了意图╮ 2021-02-09 01:30

I know of some JSON libs around and I\'m currently looking into Google-JSON but all I want to achieve is something simple and I want to know what you would suggest.

I wa

7条回答
  •  不要未来只要你来
    2021-02-09 02:04

    json-lib comes with an example of converting a String to a JSON Object:

    http://json-lib.sourceforge.net/snippets.html#Creating_a_JSONObject_from_a_JSON_formatted_string

提交回复
热议问题