排序
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....
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...
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...