[jQuery] autopopulate select drop down using jquery and json and parse json data based on selection

[jQuery] autopopulate select drop down using jquery and json and parse json data based on selection


Hello
I need your help on this.
Example:
I have JSON data
Country Code
Belgium 106
China 103
How do I populate a HTML select dropdown box with the json data
Select Dropdown(Belgium, China)
Now when I select a value like China, it should traverse JSON and
display the code.
Can someone show me an example of how, this can be done using JSON and
Jquery.
Thanks