I have to parse a JSON using c code(not lib because want to make things look as simple as possible) for some real-time handling. Below is data need to be parsed which I will be getting from some calculation generated by the code itself. Please help me out.
[
{
"Letter": 0 ,
"Freq": 2858
},
.
.
.
.
.
{
"Letter" : 31,
"Freq" : 0
}
]