vivkin / gason

Lightweight and fast JSON parser for C++
MIT License
338 stars 51 forks source link

Add const qualifier to jsonParse #30

Closed whoan closed 7 years ago

whoan commented 7 years ago

It can be useful if our soruce (s) is a std::string and we use c_str() to get the underlying buffer. On the other hand, it is always better to qualify types.

whoan commented 7 years ago

I didn't see further changes needed.