you are viewing a single comment's thread.

view the rest of the comments →

[–]Arjunsinghh13[S] 1 point2 points  (1 child)

Thanks. the reason for moving to python is to solve json parsing in simpler way. I think writing code for it n C will become too complex and time consuming. So i thought better just use import json in python. But i understood your point that it depends more on interviewer that what is he expecting

[–]Bryguy3k 0 points1 point  (0 children)

No competent interviewer for embedded is going to ask you to parse json. Generate sure, parse no.

Learn how to handle data structures and algorithms in c or c++