gson共3篇
Finding Luke through the command line by consuming an API-拾光赋

Finding Luke through the command line by consuming an API

Finding Luke through the command line by consuming an API,In the last chapter of this series, I need to find a Starwars word related, in the response of an API, a rarely need, yes....
kity的头像-拾光赋kity3年前
0505
Process large json with limited memory-拾光赋

Process large json with limited memory

Process large json with limited memory,Sometimes, we need to process big json file or stream but we don't need to store all contents in memory. For example, when we count the numbe...
kity的头像-拾光赋kity5年前
0497
JSON deserialize generic types using Gson and Jackson-拾光赋

JSON deserialize generic types using Gson and Jackson

JSON deserialize generic types using Gson and Jackson,This blog will guide you how to deserialize json into java generic types. Suppose we have 2 json as given below. SocialAccount...
kity的头像-拾光赋kity6年前
0328