dropbox / json11

A tiny JSON library for C++11.
MIT License
2.55k stars 615 forks source link

Fixes bug in parse_from_stdin #40

Closed PollRobots closed 9 years ago

PollRobots commented 9 years ago

The current implementation doesn't handle eof correctly...