This is json like this -[{"1":"B"},{"2":"A"},{"100":"E"},{"104":"P"},{"105":"A"},{"1551":"D"}]
and want it to create an select tag which should be look like this
<select name="">
<option value="1">B</option>
<option value="2">A</option>
<option value="100">E</option>
...
</select>