Design a JSON Parser | SDE2
7872

Design a JSON parser and discuss the low level class design.

Suggested a solution using queue and map in cpp with Tokeniser as base class and other classes like StringParser, IntParser implementing the base class.

Couldn't clear the round, so I guess that I was wrong. Looking for inputs on what will be the correct approach!

Comments (5)