Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

json to hashmap java stream

Map<String, Object> retMap = new Gson().fromJson(
    jsonString, new TypeToken<HashMap<String, Object>>() {}.getType()
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #json #hashmap #java #stream
ADD COMMENT
Topic
Name
5+3 =