azadkuh / gason--

an efficient JSon parser and builder in plain C++
Other
25 stars 12 forks source link

Can we have gson++ next release ? Now. #7

Closed DBJDBJ closed 4 years ago

DBJDBJ commented 4 years ago

2019 Q4 -- and everyone is back paddling out of exceptions. (and out of std::string too)

Here is the latest WG21 results of the costs of using exceptions.

Can we have gson++ back from the dead ? :)

azadkuh commented 4 years ago

@DBJDBJ thank you for the link, but this was a json parser for a µcontroller with a very old and non-conformant c++98 toolkit, and as i remember without supporting stl, new/delete, exception, ...

DBJDBJ commented 4 years ago

I am using jzon from https://github.com/vivkin .... currently, see no problems.