tags:

views:

84

answers:

1

Hi one of my clients want to implement JSON parser and reader in c++ he doesn't want to adopt third party lib. so i like to know where i can find simple implementation of JSON parser so i could adjust it or implement it in c++ Thanks

+3  A: 

Take a look at jsoncpp, it's opensource so you can "adjust" it to your needs.

Mr Shunz
its great public license , so i can just use it as i like