zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.64k stars 778 forks source link

UnEven JSON object #210

Closed embbo closed 2 years ago

embbo commented 3 years ago

hi i am working with JSON simple example, which works fine , but problem is what happens if I have uneven values for example { { "A":"1", "B":"2", "C":"3"}, { "A":"1", "B":"2"} , { "A":"1", "B":"2", "C":"3", "D":"4"}, } I can get values but after finishing each iteration , I have to call funtion , how can i call function after each itteration I am using simple example.

pt300 commented 3 years ago

I am sorry, I cannot understand your issue. You have to provide better description of what are you doing, what is it you expect and what happens instead.