Reading JSON from a text file

前端 未结 7 1455
隐瞒了意图╮
隐瞒了意图╮ 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:11

    The Spring Framework uses Jackson, so that's a fairly good endorsement for Jackson.

    JacksonInFiveMinutes

    See the "Simple Data Binding Example" heading if you just want to use generic Maps.

提交回复
热议问题