kazuho / picojson

a header-file-only, JSON parser serializer in C++
BSD 2-Clause "Simplified" License
1.12k stars 222 forks source link

Fix build error in first sample code in README #128

Open claremacrae opened 4 years ago

claremacrae commented 4 years ago

I first thought that to get the sample code to compile, I had to add using namespace std; - and then the second time I copied it, I realised that there was a colon missing in std:err....

Hopefully this might help others....

claremacrae commented 3 years ago

Hi, would there be any chance of merging this, please - just to get it off my "outstanding issues" list?