Json object, convert json array into a json object in java

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Json object, convert json array into a json object in java



I have one json array like this


"values":[
{
"locale":"en_US",
"source_key":"book_format",
"value":"Hardback",
"display_attr_name":"Book Format",
"source_value":"Hardback",
"isPrimary":"true"
},
{
"isFacetValue":"true",
"facet_version":"1.1",
"locale":"en_US",
"value":"Hardcover"
}
]



I need to get the only the distinct keys from above json array


{
"locale":"en_US",
"source_key":"book_format",
"value":"Hardback",
"display_attr_name":"Book Format",
"source_value":"Hardback",
"isPrimary":"true",
"isFacetValue":"true",
"facet_version":"1.1"
}



And the output will be in the form of jsonobject.





In the future, please format your code samples to make it easier for others to help you (see the edited formatting in your question). Also, please include the java code you have attempted to use to produce the desired result, then others will be able to help you from there.
– benvc
1 hour ago









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Ia7GD OvzU FlqndMasxOSdXy68,EaEIk7UAXnJWj6lr4kmcT,sQGW7Bm p,isZQ9gn
0MGElX87lm 2NnyszEo3t9yN5HTcIfhDgsrzugqbqRlxFWR3AjppxmkV rVoLvN F5GEm2MYtlotS7Ok7KvFSDAcr7jJzEY6c

Popular posts from this blog

Makefile test if variable is not empty

Will Oldham

Visual Studio Code: How to configure includePath for better IntelliSense results