JSON To Dropdown selection in a Java app

Hey guys

I need some help.

I have a JSON value that I need to select it from a dropdown in a Java app.

So I have Mr/Mrs/Miss in the JSON file and I need to select it in a Java app.

How to achieve this?

Thanks

Anyone?

JSON to combo-box?