I would like to filter this JSON by COD and bring only the chosen one.
I'm bringing the value of the code through the url and would like to filter only to display the name of the chosen option.
NOTE: The user will not enter the value because it was in a list on the previous screen that he chose.
I'm using AngularJS
Example:
{"COD":"15","NOME":"14.01 Histórico Escolar."},
{"COD":"16","NOME":"14.02 Histórico Escolar - Regime de Urgência"}
So, I would just filter through the COD column and bring up and display the NAME.